summaryrefslogtreecommitdiff
path: root/src/ui/mobile.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-08 19:04:20 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-08 19:04:20 +0300
commit55cd303c52a8fe524e15bd618bfcb02b8ff7dcb7 (patch)
treeb67c78386ab9ed9bfe960a05bf1ea9b16d11a40b /src/ui/mobile.c
parentbf7859acd90b398f0834e24e4675cad39806c2eb (diff)
Cleanup
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 48f17c9c..7e359a84 100644
--- a/src/ui/mobile.c
+++ b/src/ui/mobile.c
@@ -512,7 +512,7 @@ void makePanelItems_Mobile(iWidget *panel, const iMenuItem *itemsNullTerminated)
512 } 512 }
513} 513}
514 514
515iWidget *makeSplitMultiPanel_Mobile(const iMenuItem *itemsNullTerminated) { 515iWidget *makePanels_Mobile(const iMenuItem *itemsNullTerminated) {
516 /* A multipanel widget has a top panel and one or more detail panels. In a horizontal layout, 516 /* A multipanel widget has a top panel and one or more detail panels. In a horizontal layout,
517 the detail panels slide in from the right and cover the top panel. In a landscape layout, 517 the detail panels slide in from the right and cover the top panel. In a landscape layout,
518 the detail panels are always visible on the side. */ 518 the detail panels are always visible on the side. */