changeset 373:66818eb2662d

Stop using hard coded property control heights, use DW_SIZE_AUTO instead. This fixes display of text based controls in the properties inspector on Android.
author Brian Smith <brian@dbsoft.org>
date Tue, 19 Jul 2022 05:24:16 -0500
parents 5ccf3dfb5ce6
children d468d5066148
files dwib.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwib.c	Sun Jul 17 06:57:17 2022 -0500
+++ b/dwib.c	Tue Jul 19 05:24:16 2022 -0500
@@ -1022,7 +1022,7 @@
     }
 }
 
-#define PROPERTIES_HEIGHT 22
+#define PROPERTIES_HEIGHT DW_SIZE_AUTO
 #define PROPERTIES_WIDTH 124
 #define BUTTON_ICON_WIDTH 40
 #define BUTTON_ICON_HEIGHT 30