[eog: 1/3] eog-window: make it usable on phones



commit db0ffd06e9beb5b7267394bed5286746b9ad8fc9
Author: Arnaud Ferraris <arnaud ferraris gmail com>
Date:   Sat Jun 6 11:35:55 2020 +0200

    eog-window: make it usable on phones
    
    EoG is almost perfectly usable on a PinePhone or Librem5 display, except
    for the main window overflowing on the sides.
    
    Changing the minimum width to 360px is enough to make it (almost) fully
    usable on these devices.

 src/eog-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index d6fc3834..33750f32 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -78,7 +78,7 @@
 #include <lcms2.h>
 #endif
 
-#define EOG_WINDOW_MIN_WIDTH  440
+#define EOG_WINDOW_MIN_WIDTH  360
 #define EOG_WINDOW_MIN_HEIGHT 350
 
 #define EOG_WINDOW_DEFAULT_WIDTH  540


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