forked from AuroraMiddleware/gtk
ui: Remove border from dialogs again
This commit is contained in:
parent
9a4990f4ca
commit
9a33e531c5
@ -14,6 +14,7 @@
|
||||
<child>
|
||||
<object class="GtkBox" id="vbox">
|
||||
<property name="visible">1</property>
|
||||
<property name="border_width">0</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<style>
|
||||
<class name="dialog-vbox"/>
|
||||
|
@ -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>
|
||||
|
@ -17,6 +17,7 @@
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="border_width">0</property>
|
||||
<property name="spacing">20</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box">
|
||||
|
@ -55,6 +55,7 @@
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="border_width">0</property>
|
||||
<property name="spacing">2</property>
|
||||
<style>
|
||||
<class name="view"/>
|
||||
|
Loading…
Reference in New Issue
Block a user