Commit b2b1a22c0ad9e7a244b88d39d0a84c7aa51055d2
1 parent
97a98e5b
Exists in
develop
Moving default action buttons to left
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
schemas/linux/window.gschema.xml.in
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 | </key> |
112 | 112 | |
113 | 113 | <key name="header-action-names" type="s"> |
114 | - <default>'app.tab.new:menu.open-menu,win.disconnect,win.reconnect'</default> | |
114 | + <default>'menu.open-menu,win.disconnect,win.reconnect:'</default> | |
115 | 115 | <summary>The title bar action list</summary> |
116 | 116 | <description></description> |
117 | 117 | </key> | ... | ... |
schemas/windows/window.gschema.xml.in
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 | </key> |
112 | 112 | |
113 | 113 | <key name="header-action-names" type="s"> |
114 | - <default>'app.new.tab:menu.open-menu,win.disconnect,win.reconnect'</default> | |
114 | + <default>'menu.open-menu,win.disconnect,win.reconnect:'</default> | |
115 | 115 | <summary>The title bar action list</summary> |
116 | 116 | <description></description> |
117 | 117 | </key> | ... | ... |