diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-06 15:25:36 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-06 15:25:36 +0300 |
commit | 428ff49b2589ec926dfb6942ed7334396d254f38 (patch) | |
tree | b0b8f556f38093482ed4f49e18f995bf56732dda | |
parent | 52d00a1477fc51d4efadbf2ec71ba99ed13647e9 (diff) |
Root: Indicator appearance
-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; |