aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 27303115..5ca58e8e 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -683,6 +683,7 @@ UI::UI(int x, int y, int ui_w, int ui_h, const char* label, const UI *cur_ui) :
TabTooltip = NULL;
TopGroup = this;
TopGroup->type(VERTICAL);
+ TopGroup->box(FL_NO_BOX);
clear_flag(SHORTCUT_LABEL);
if (cur_ui) {