summaryrefslogtreecommitdiffstats
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index 8fb9698..2683507 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -33,6 +33,7 @@
#define MF_TITLE_M 24 /* Margin under title */
#define MF_ROW_M 16 /* Margin between rows */
#define MF_COL_M 16 /* Margin between labels and entries */
+#define MF_WGT_B 1 /* Widget border */
#define MF_LBL_M 8 /* Margin between radio buttons and labels */
#define MF_CHK_BTN_W 16 /* Radio button and check box width */
#define MF_CHK_BTN_P 2 /* Radio button and check box padding */
@@ -40,7 +41,6 @@
#define MF_CHK_ITM_P 8 /* Radio button and check box label pad */
#define MF_BTN_M 8 /* Margin between buttons */
#define MF_BTN_P 8 /* Button padding */
-#define MF_BTN_B 1 /* Button border */
#define MF_TITLE_FONT_S 48 /* Title font size */
#define MF_TEXT_FONT_S 16 /* Regular text font size */