summaryrefslogtreecommitdiff
path: root/src/ui/root.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-02 13:55:50 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-02 13:55:50 +0300
commit15e2226518f3ec79c5262168cd37e92bb0caa35d (patch)
treebfbe0e481da3119c1ad9eaec5c48c644626dad1c /src/ui/root.c
parentf512c021c702125e8234256a25eec7606d648f34 (diff)
DocumentWidget: Update the right lock button
Diffstat (limited to 'src/ui/root.c')
-rw-r--r--src/ui/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index bec42719..d660c468 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -1262,7 +1262,7 @@ void createUserInterface_Root(iRoot *d) {
1262 { "Vertical", '3', 0, "ui.split arg:3 axis:1" }, 1262 { "Vertical", '3', 0, "ui.split arg:3 axis:1" },
1263 { "Vertical 1:2", SDLK_f, 0, "ui.split arg:1 axis:1" }, 1263 { "Vertical 1:2", SDLK_f, 0, "ui.split arg:1 axis:1" },
1264 { "Vertical 2:1", SDLK_r, 0, "ui.split arg:2 axis:1" }, 1264 { "Vertical 2:1", SDLK_r, 0, "ui.split arg:2 axis:1" },
1265 }, 9); 1265 }, 10);
1266 setFlags_Widget(splitMenu, disabledWhenHidden_WidgetFlag, iTrue); /* enabled when open */ 1266 setFlags_Widget(splitMenu, disabledWhenHidden_WidgetFlag, iTrue); /* enabled when open */
1267 setId_Widget(tabsMenu, "doctabs.menu"); 1267 setId_Widget(tabsMenu, "doctabs.menu");
1268 setId_Widget(barMenu, "barmenu"); 1268 setId_Widget(barMenu, "barmenu");