add gap under dock
This commit is contained in:
parent
6989b2a180
commit
86b7c2f341
1 changed files with 29 additions and 18 deletions
|
|
@ -21,6 +21,10 @@
|
||||||
<property name="reveal-child">true</property>
|
<property name="reveal-child">true</property>
|
||||||
<property name="transition-duration">300</property>
|
<property name="transition-duration">300</property>
|
||||||
<property name="transition-type">cross-fade</property>
|
<property name="transition-type">cross-fade</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="height-request">0</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="orientation">horizontal</property>
|
<property name="orientation">horizontal</property>
|
||||||
|
|
@ -50,6 +54,13 @@
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="height-request">4</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue