ShowWidget: Add a 6px margin to the settings popup.
This commit is contained in:
parent
3423d854e1
commit
99bc80c15b
@ -273,6 +273,10 @@ Tobias Bernard
|
||||
<object class="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="margin_left">6</property>
|
||||
<property name="margin_right">6</property>
|
||||
<property name="margin_top">6</property>
|
||||
<property name="margin_bottom">6</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkModelButton" id="mark_all_watched">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user