summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2018-11-27 16:10:32 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-01-21 21:53:21 +0000
commit4c813fa1d8c985dc6c39aaa2adbcad30d9ec7540 (patch)
tree7db4a9acd5537374da99f5a2f19913237d3c46f3
parent9d9c5476498b58c5c571661bec24765263e8fdeb (diff)
downloadgnome-control-center-4c813fa1d8c985dc6c39aaa2adbcad30d9ec7540.tar.gz
shell: Synchronize the right panel width
This will help the right panel to behave properly with leaflets, as we are going to introduce some in some following commits.
-rw-r--r--shell/cc-window.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/cc-window.ui b/shell/cc-window.ui
index a9e39b897..33de23797 100644
--- a/shell/cc-window.ui
+++ b/shell/cc-window.ui
@@ -245,6 +245,15 @@
</widgets>
</object>
+ <!-- Synchronize right header and panel -->
+ <object class="GtkSizeGroup">
+ <property name="mode">horizontal</property>
+ <widgets>
+ <widget name="panel_headerbar"/>
+ <widget name="stack"/>
+ </widgets>
+ </object>
+
<!-- Warning dialog for development builds -->
<object class="GtkMessageDialog" id="development_warning_dialog">
<property name="message-type">warning</property>