summaryrefslogtreecommitdiff
path: root/src/ui/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/root.c')
-rw-r--r--src/ui/root.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index 5b1167d8..f25dfbca 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -1317,7 +1317,8 @@ void createUserInterface_Root(iRoot *d) {
1317 setBackgroundColor_Widget(buttons, uiBackground_ColorId); 1317 setBackgroundColor_Widget(buttons, uiBackground_ColorId);
1318 } 1318 }
1319 setId_Widget( 1319 setId_Widget(
1320 addChild_Widget(buttons, iClob(newIcon_LabelWidget(add_Icon, 0, 0, "tabs.new"))), 1320 addChildFlags_Widget(buttons, iClob(newIcon_LabelWidget(add_Icon, 0, 0, "tabs.new")),
1321 moveToParentRightEdge_WidgetFlag),
1321 "newtab"); 1322 "newtab");
1322 } 1323 }
1323 /* Sidebars. */ { 1324 /* Sidebars. */ {