[ghex] Decrease the minimum height of the GHex window



commit 6a6889f25ed067a2b8d4a4a9ba340d099fb001a7
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Feb 18 00:37:45 2013 +0100

    Decrease the minimum height of the GHex window
    
    ... so that it can be resized to fit on 1024x600 screens.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678787

 src/gtkhex.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtkhex.c b/src/gtkhex.c
index 439a3c5..ac44582 100644
--- a/src/gtkhex.c
+++ b/src/gtkhex.c
@@ -36,7 +36,7 @@
 #define DISPLAY_BORDER 4
 
 #define DEFAULT_CPL 32
-#define DEFAULT_LINES 16
+#define DEFAULT_LINES 10
 
 #define SCROLL_TIMEOUT 100
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]