forked from AuroraMiddleware/gtk
dialogs: remove 2px border width again
This commit is contained in:
parent
840faeada1
commit
1b84d75d10
@ -15,6 +15,7 @@
|
||||
<object class="GtkBox" id="vbox">
|
||||
<property name="visible">1</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="border-width">0</property>
|
||||
<style>
|
||||
<class name="dialog-vbox"/>
|
||||
</style>
|
||||
|
@ -9,6 +9,7 @@
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="border-width">0</property>
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkButtonBox" id="dialog-action_area1">
|
||||
<property name="border-width">6</property>
|
||||
|
@ -15,6 +15,7 @@
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">20</property>
|
||||
<property name="border-width">0</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box">
|
||||
<property name="visible">1</property>
|
||||
|
@ -56,6 +56,7 @@
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">2</property>
|
||||
<property name="border-width">0</property>
|
||||
<style>
|
||||
<class name="view"/>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user