forked from AuroraMiddleware/gtk
Make the info bar action area border the same as the internal spacing
Using a consistent spacing feels much more polished.
This commit is contained in:
parent
75c8be6b66
commit
168f425df0
@ -24,7 +24,7 @@
|
||||
<object class="GtkButtonBox" id="action_area">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">5</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="orientation">horizontal</property>
|
||||
<property name="spacing">6</property>
|
||||
<property name="layout_style">end</property>
|
||||
|
Loading…
Reference in New Issue
Block a user