add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bclistbox.inc
index 0073019c6550e32f384b1922bf5afaeb241c3637..33f3fd867d94cf060e9d7c0a072f57a169300b5f 100644 (file)
 #define ICON_TOP         1
 
 // White space around text
-#define LISTBOX_MARGIN   4
+#define LISTBOX_MARGIN   xS(4)
 // Distance from sides of window
-#define LISTBOX_BORDER   2
-#define ICON_MARGIN      2
-#define LISTBOX_INDENT   18
+#define LISTBOX_BORDER   xS(2)
+#define ICON_MARGIN      xS(2)
+#define LISTBOX_INDENT   xS(18)
 
 // Justification for popup listbox
 #define LISTBOX_LEFT     0