summaryrefslogtreecommitdiff
path: root/src/ui/mobile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mobile.c')
-rw-r--r--src/ui/mobile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/mobile.c b/src/ui/mobile.c
index 3cb6e631..1e58cf82 100644
--- a/src/ui/mobile.c
+++ b/src/ui/mobile.c
@@ -734,7 +734,8 @@ void initPanels_Mobile(iWidget *panels, iWidget *parentWidget,
734 iLabelWidget * button = 734 iLabelWidget * button =
735 addChildFlags_Widget(topPanel, 735 addChildFlags_Widget(topPanel,
736 iClob(makePanelButton_(cstr_String(label), "panel.open")), 736 iClob(makePanelButton_(cstr_String(label), "panel.open")),
737 chevron_WidgetFlag | borderTop_WidgetFlag); 737 borderTop_WidgetFlag);
738 setChevron_LabelWidget(button, iTrue);
738 const iChar icon = toInt_String(string_Command(item->label, "icon")); 739 const iChar icon = toInt_String(string_Command(item->label, "icon"));
739 if (icon) { 740 if (icon) {
740 setIcon_LabelWidget(button, icon); 741 setIcon_LabelWidget(button, icon);