mainwindow: Don't add a border on the outermost vbox
It adds a thick border around along the edges that looks quite ugly.
This commit is contained in:
parent
d7445a3feb
commit
fd98c921ae
|
@ -698,7 +698,6 @@
|
||||||
<object class="GtkVBox" id="vbox20">
|
<object class="GtkVBox" id="vbox20">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="border_width">12</property>
|
|
||||||
<property name="spacing">12</property>
|
<property name="spacing">12</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkNotebook" id="notebook">
|
<object class="GtkNotebook" id="notebook">
|
||||||
|
|
Loading…
Reference in New Issue