summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 89b3d9ef..1dfdd99e 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -516,7 +516,7 @@ static iBool handleNavBarCommands_(iWidget *navBar, const char *cmd) {
516 int hPad = isPhone || isNarrow ? gap_UI / 2 : gap_UI * 3 / 2; 516 int hPad = isPhone || isNarrow ? gap_UI / 2 : gap_UI * 3 / 2;
517 int vPad = gap_UI * 3 / 2; 517 int vPad = gap_UI * 3 / 2;
518 int topPad = !findWidget_App("winbar") ? gap_UI / 2 : 0; 518 int topPad = !findWidget_App("winbar") ? gap_UI / 2 : 0;
519 setPadding_Widget(navBar, hPad, vPad / 2 + topPad, hPad, vPad / 2); 519 setPadding_Widget(navBar, hPad, vPad / 3 + topPad, hPad, vPad / 2);
520 } 520 }
521 /* Button sizing. */ 521 /* Button sizing. */
522 if (isNarrow ^ ((flags_Widget(navBar) & tight_WidgetFlag) != 0)) { 522 if (isNarrow ^ ((flags_Widget(navBar) & tight_WidgetFlag) != 0)) {