Commit b2b1a22c0ad9e7a244b88d39d0a84c7aa51055d2

Authored by Perry Werneck
1 parent 97a98e5b
Exists in develop

Moving default action buttons to left

schemas/linux/window.gschema.xml.in
@@ -111,7 +111,7 @@ @@ -111,7 +111,7 @@
111 </key> 111 </key>
112 112
113 <key name="header-action-names" type="s"> 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 <summary>The title bar action list</summary> 115 <summary>The title bar action list</summary>
116 <description></description> 116 <description></description>
117 </key> 117 </key>
schemas/windows/window.gschema.xml.in
@@ -111,7 +111,7 @@ @@ -111,7 +111,7 @@
111 </key> 111 </key>
112 112
113 <key name="header-action-names" type="s"> 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 <summary>The title bar action list</summary> 115 <summary>The title bar action list</summary>
116 <description></description> 116 <description></description>
117 </key> 117 </key>