shell: Synchronize the separators
This will help the separators to behave properly with leaflets, as we are going to introduce some in some following commits.
This commit is contained in:
parent
4c813fa1d8
commit
77aece9920
1 changed files with 11 additions and 2 deletions
|
@ -80,7 +80,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparator">
|
||||
<object class="GtkSeparator" id="panel_separator">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
|
@ -194,7 +194,7 @@
|
|||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparator">
|
||||
<object class="GtkSeparator" id="header_separator">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
|
@ -245,6 +245,15 @@
|
|||
</widgets>
|
||||
</object>
|
||||
|
||||
<!-- Synchronize separators -->
|
||||
<object class="GtkSizeGroup">
|
||||
<property name="mode">horizontal</property>
|
||||
<widgets>
|
||||
<widget name="header_separator"/>
|
||||
<widget name="panel_separator"/>
|
||||
</widgets>
|
||||
</object>
|
||||
|
||||
<!-- Synchronize right header and panel -->
|
||||
<object class="GtkSizeGroup">
|
||||
<property name="mode">horizontal</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue