diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-03 11:42:22 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-03 11:42:22 +0000 |
commit | 478183b473d467da548530a41565ddfc914519f8 (patch) | |
tree | a89aa6c8fc03abf0720eb58937627580367252aa /ui | |
parent | iw/progress_gui.py: Make some more space (diff) | |
download | anaconda-478183b473d467da548530a41565ddfc914519f8.tar.gz anaconda-478183b473d467da548530a41565ddfc914519f8.tar.bz2 anaconda-478183b473d467da548530a41565ddfc914519f8.zip |
ui/anaconda.glade: make more space on the screen
Diffstat (limited to 'ui')
-rw-r--r-- | ui/anaconda.glade | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/anaconda.glade b/ui/anaconda.glade index ce10f0d..723dd69 100644 --- a/ui/anaconda.glade +++ b/ui/anaconda.glade @@ -18,7 +18,6 @@ <widget class="GtkVBox" id="mainBox"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="spacing">12</property> <child> <widget class="GtkAlignment" id="header_align"> <property name="visible">True</property> @@ -88,7 +87,7 @@ <widget class="GtkTable" id="mainTable"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">9</property> <property name="n_columns">2</property> <child> <widget class="GtkFrame" id="installFrame"> |