Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/
Date: Wed, 03 Aug 2011 11:43:14
Message-Id: 478183b473d467da548530a41565ddfc914519f8.wiktor@gentoo
1 commit: 478183b473d467da548530a41565ddfc914519f8
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Aug 3 11:42:22 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Aug 3 11:42:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=478183b4
7
8 ui/anaconda.glade: make more space on the screen
9
10 ---
11 ui/anaconda.glade | 3 +--
12 1 files changed, 1 insertions(+), 2 deletions(-)
13
14 diff --git a/ui/anaconda.glade b/ui/anaconda.glade
15 index ce10f0d..723dd69 100644
16 --- a/ui/anaconda.glade
17 +++ b/ui/anaconda.glade
18 @@ -18,7 +18,6 @@
19 <widget class="GtkVBox" id="mainBox">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 - <property name="spacing">12</property>
23 <child>
24 <widget class="GtkAlignment" id="header_align">
25 <property name="visible">True</property>
26 @@ -88,7 +87,7 @@
27 <widget class="GtkTable" id="mainTable">
28 <property name="visible">True</property>
29 <property name="can_focus">False</property>
30 - <property name="border_width">12</property>
31 + <property name="border_width">9</property>
32 <property name="n_columns">2</property>
33 <child>
34 <widget class="GtkFrame" id="installFrame">