Last active
January 9, 2017 01:48
-
-
Save otsaloma/9f9d95cf3ab828d0c923e7bab49e0af4 to your computer and use it in GitHub Desktop.
GNOME Do HiDPI partial alleviation hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -rub gnome-do-0.95.3.orig/Do.Interface.Linux.AnimationBase/src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingArea.cs gnome-do-0.95.3/Do.Interface.Linux.AnimationBase/src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingArea.cs | |
--- gnome-do-0.95.3.orig/Do.Interface.Linux.AnimationBase/src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingArea.cs 2013-12-28 05:51:22.827272000 +0200 | |
+++ gnome-do-0.95.3/Do.Interface.Linux.AnimationBase/src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingArea.cs 2017-01-07 06:25:03.992928851 +0200 | |
@@ -182,7 +182,7 @@ | |
Gdk.Rectangle drawing_area; | |
Surface surface; | |
- double text_box_scale, window_fade = 1, window_scale=1; | |
+ double text_box_scale, window_fade = 1, window_scale=2; | |
double[] icon_fade = new double [] {1, 1, 1}; | |
bool[] entry_mode = new bool[3]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment