summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/documentwidget.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index 4c194608..a762cb01 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -1143,6 +1143,10 @@ static void makeFooterButtons_DocumentWidget_(iDocumentWidget *d, const iMenuIte
1143 checkIcon_LabelWidget(button); 1143 checkIcon_LabelWidget(button);
1144 setFont_LabelWidget(button, uiContent_FontId); 1144 setFont_LabelWidget(button, uiContent_FontId);
1145 } 1145 }
1146 if (deviceType_App() == phone_AppDeviceType) {
1147 /* Footer buttons shouldn't be under the toolbar. */
1148 addChild_Widget(d->footerButtons, iClob(makePadding_Widget(height_Widget(d->phoneToolbar))));
1149 }
1146 addChild_Widget(as_Widget(d), iClob(d->footerButtons)); 1150 addChild_Widget(as_Widget(d), iClob(d->footerButtons));
1147 arrange_Widget(d->footerButtons); 1151 arrange_Widget(d->footerButtons);
1148 arrange_Widget(w); 1152 arrange_Widget(w);