netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=760994ee347b2622980ce6de1477e0133f8c6880

commit 760994ee347b2622980ce6de1477e0133f8c6880
Author: Alastair Poole <[email protected]>
Date:   Fri Jun 26 15:42:27 2020 +0100

    util: Sizing.
---
 src/bin/ui/ui_util.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/ui_util.h b/src/bin/ui/ui_util.h
index 4f5175f..9121893 100644
--- a/src/bin/ui/ui_util.h
+++ b/src/bin/ui/ui_util.h
@@ -10,8 +10,8 @@
 #define TAB_BTN_HEIGHT 32
 #define BTN_WIDTH      80
 #define BTN_HEIGHT     24
-#define MISC_MAX_WIDTH 800
-#define MISC_MIN_WIDTH 640
+#define MISC_MAX_WIDTH 640
+#define MISC_MIN_WIDTH 480
 
 Evas_Object *
 evisum_ui_tab_add(Evas_Object *parent, Evas_Object **alias, const char *text,

-- 


Reply via email to