add gap under dock
This commit is contained in:
parent
6989b2a180
commit
86b7c2f341
1 changed files with 29 additions and 18 deletions
|
|
@ -23,29 +23,40 @@
|
||||||
<property name="transition-type">cross-fade</property>
|
<property name="transition-type">cross-fade</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="orientation">horizontal</property>
|
<property name="height-request">0</property>
|
||||||
<property name="height-request">64</property>
|
<property name="orientation">vertical</property>
|
||||||
<property name="margin-start">4</property>
|
|
||||||
<property name="margin-end">4</property>
|
|
||||||
<property name="spacing">4</property>
|
|
||||||
<property name="name">dock-container</property>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkListView" id="saved_app_list_view">
|
<object class="GtkBox">
|
||||||
<property name="orientation">horizontal</property>
|
<property name="orientation">horizontal</property>
|
||||||
|
<property name="height-request">64</property>
|
||||||
|
<property name="margin-start">4</property>
|
||||||
|
<property name="margin-end">4</property>
|
||||||
|
<property name="spacing">4</property>
|
||||||
|
<property name="name">dock-container</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkListView" id="saved_app_list_view">
|
||||||
|
<property name="orientation">horizontal</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkSeparator">
|
||||||
|
<property name="margin-start">12</property>
|
||||||
|
<property name="margin-end">12</property>
|
||||||
|
<property name="margin-top">4</property>
|
||||||
|
<property name="margin-bottom">4</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkListView" id="active_app_list_view">
|
||||||
|
<property name="orientation">horizontal</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkSeparator">
|
<object class="GtkBox">
|
||||||
<property name="margin-start">12</property>
|
<property name="height-request">4</property>
|
||||||
<property name="margin-end">12</property>
|
|
||||||
<property name="margin-top">4</property>
|
|
||||||
<property name="margin-bottom">4</property>
|
|
||||||
<property name="orientation">vertical</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkListView" id="active_app_list_view">
|
|
||||||
<property name="orientation">horizontal</property>
|
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue