diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-29 12:31:40 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-29 12:31:40 +0200 |
commit | 31a5b9499688341353b3946dca208adc67560d2e (patch) | |
tree | 0efa12c3d04454bc5032908b4c4dd0c455a2d2b2 | |
parent | 947a580e384f91b18e9ebe7f4e4d9c4e07bfaa10 (diff) |
Fixed shfiting position of the "New Tab" button
IssueID #403
-rw-r--r-- | src/ui/root.c | 3 |
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. */ { |