Commit 0679909b644ac91c0352f9c858faa059875b7377

Authored by Perry Werneck
1 parent 38a24929
Exists in develop

Moving default header 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>