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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mobile.c b/src/ui/mobile.c
index fdcc4248..5a787e7b 100644
--- a/src/ui/mobile.c
+++ b/src/ui/mobile.c
@@ -156,7 +156,7 @@ static iBool mainDetailSplitHandler_(iWidget *mainDetailSplit, const char *cmd)
156 if (isSideBySide) { 156 if (isSideBySide) {
157 setVisualOffset_Widget(panel, 0, 0, 0); 157 setVisualOffset_Widget(panel, 0, 0, 0);
158 } 158 }
159 setPadding_Widget(panel, pad, 0, pad, pad); 159 setPadding_Widget(panel, pad, 0, pad, pad + bottomSafeInset_Mobile());
160 } 160 }
161 arrange_Widget(mainDetailSplit); 161 arrange_Widget(mainDetailSplit);
162 updateCertListHeight_(detailStack); 162 updateCertListHeight_(detailStack);