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:
Arun Raghavan 2016-03-31 17:12:31 +05:30
parent d7445a3feb
commit fd98c921ae
1 changed files with 0 additions and 1 deletions

View File

@ -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">