diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/root.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c index 5c62738d..43fadbfa 100644 --- a/src/ui/root.c +++ b/src/ui/root.c | |||
@@ -1053,7 +1053,9 @@ void createUserInterface_Root(iRoot *d) { | |||
1053 | setBackgroundColor_Widget(as_Widget(pin), uiBackground_ColorId); | 1053 | setBackgroundColor_Widget(as_Widget(pin), uiBackground_ColorId); |
1054 | setAlignVisually_LabelWidget(pin, iTrue); | 1054 | setAlignVisually_LabelWidget(pin, iTrue); |
1055 | setNoAutoMinHeight_LabelWidget(pin, iTrue); | 1055 | setNoAutoMinHeight_LabelWidget(pin, iTrue); |
1056 | addChildFlags_Widget(rightEmbed, iClob(pin), collapse_WidgetFlag); | 1056 | addChildFlags_Widget(rightEmbed, |
1057 | iClob(pin), | ||
1058 | collapse_WidgetFlag | tight_WidgetFlag | frameless_WidgetFlag); | ||
1057 | } | 1059 | } |
1058 | /* Reload button. */ { | 1060 | /* Reload button. */ { |
1059 | iLabelWidget *reload; | 1061 | iLabelWidget *reload; |