set all the spacings to 12 as per HIG
2002-12-04 Havoc Pennington <hp@pobox.com> * gnome-keybinding-properties.glade: set all the spacings to 12 as per HIG
This commit is contained in:
parent
0f80aaece9
commit
f7d99a3058
2 changed files with 10 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-12-04 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gnome-keybinding-properties.glade: set all the spacings to 12 as
|
||||
per HIG
|
||||
|
||||
2002-12-04 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gnome-keybinding-properties.c (clear_old_model): create a sort
|
||||
|
|
|
@ -20,10 +20,8 @@
|
|||
|
||||
<child internal-child="action_area">
|
||||
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
||||
<property name="border_width">5</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
||||
<property name="spacing">10</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkButton" id="helpbutton1">
|
||||
|
@ -60,16 +58,16 @@
|
|||
|
||||
<child>
|
||||
<widget class="GtkVBox" id="vbox3">
|
||||
<property name="border_width">5</property>
|
||||
<property name="border_width">12</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">8</property>
|
||||
<property name="spacing">12</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkHBox" id="shortcut_hbox">
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">4</property>
|
||||
<property name="spacing">12</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label8">
|
||||
|
@ -80,7 +78,7 @@
|
|||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="selectable">False</property>
|
||||
<property name="xalign">0.5</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="yalign">0.5</property>
|
||||
<property name="xpad">0</property>
|
||||
<property name="ypad">0</property>
|
||||
|
@ -125,7 +123,7 @@
|
|||
<widget class="GtkVBox" id="shortcuts_vbox">
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">4</property>
|
||||
<property name="spacing">12</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label11">
|
||||
|
|
Loading…
Add table
Reference in a new issue