diff options
author | Tim P. Gerla <timg@src.gnome.org> | 2005-06-25 11:51:42 +0000 |
---|---|---|
committer | Tim P. Gerla <timg@src.gnome.org> | 2005-06-25 11:51:42 +0000 |
commit | b27daad7f5af62b3778ed64e1b62c6ea8f0e9dd3 (patch) | |
tree | cc5032cf86306325a49f1159b9eb6a5b72e1a185 | |
parent | 3184edc73d162912d84ecf017c2da3e899070bdd (diff) | |
download | eog-b27daad7f5af62b3778ed64e1b62c6ea8f0e9dd3.tar.gz |
HIGify the preference dialog. Patch from Dennis Cranston
* eog.glade: HIGify the preference dialog. Patch from
Dennis Cranston <dennis_cranston@yahoo.com>.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | eog.glade | 32 |
2 files changed, 21 insertions, 15 deletions
@@ -1,3 +1,7 @@ +2005-06-24 Dennis Cranston <dennis_cranston@yahoo.com> + + * eog.glade: HIGify the preference dialog. + 2005-06-24 Tim Gerla <tim@gerla.net> * eog.glade, shell/eog-preferences.c, shell/eog-preferences.h: @@ -5,6 +5,7 @@ <requires lib="gnome"/> <widget class="GtkDialog" id="Hig Preferences Dialog"> + <property name="border_width">5</property> <property name="title" translatable="yes">Eye of GNOME Preferences</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> @@ -17,13 +18,13 @@ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> - <property name="has_separator">True</property> + <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">2</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> @@ -66,6 +67,7 @@ <child> <widget class="GtkNotebook" id="notebook2"> + <property name="border_width">5</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="show_tabs">True</property> @@ -273,7 +275,7 @@ <widget class="GtkRadioButton" id="color_radio"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">As custom c_olor</property> + <property name="label" translatable="yes">As custom c_olor:</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -300,8 +302,8 @@ </widget> <packing> <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> + <property name="expand">True</property> + <property name="fill">True</property> </packing> </child> </widget> @@ -362,8 +364,8 @@ <child> <widget class="GtkLabel" id="label4"> <property name="visible">True</property> - <property name="label" translatable="yes">Image _View</property> - <property name="use_underline">True</property> + <property name="label" translatable="yes">Image View</property> + <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> @@ -668,8 +670,8 @@ <child> <widget class="GtkLabel" id="label36"> <property name="visible">True</property> - <property name="label" translatable="yes">Switch image after</property> - <property name="use_underline">False</property> + <property name="label" translatable="yes">_Switch image after:</property> + <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> @@ -678,6 +680,7 @@ <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <property name="mnemonic_widget">seconds_spin</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> @@ -704,7 +707,7 @@ </widget> <packing> <property name="padding">0</property> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> </packing> </child> @@ -712,8 +715,8 @@ <child> <widget class="GtkLabel" id="label18"> <property name="visible">True</property> - <property name="label" translatable="yes">_seconds</property> - <property name="use_underline">True</property> + <property name="label" translatable="yes">seconds</property> + <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> @@ -722,7 +725,6 @@ <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> - <property name="mnemonic_widget">seconds_spin</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> @@ -772,8 +774,8 @@ <child> <widget class="GtkLabel" id="label5"> <property name="visible">True</property> - <property name="label" translatable="yes">Sli_de Show</property> - <property name="use_underline">True</property> + <property name="label" translatable="yes">Slide Show</property> + <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> |