Do not hardcode the height of the dialog. Add an alignment to

2006-01-11  Dennis Cranston  <dennis_cranston@yahoo.com>

	* capplets/sound/sound-properties-capplet.c: (create_dialog):
	Do not hardcode the height of the dialog.
	* capplets/sound/sound-properties.glade:  Add an alignment to
This commit is contained in:
Dennis Cranston 2006-01-12 12:55:37 +00:00 committed by Rodrigo Moya
parent 0bccc7a1cf
commit d590057ff6
3 changed files with 31 additions and 5 deletions

View file

@ -1,3 +1,15 @@
2006-01-11 Dennis Cranston <dennis_cranston@yahoo.com>
* capplets/sound/sound-properties-capplet.c: (create_dialog):
Do not hardcode the height of the dialog.
* capplets/sound/sound-properties.glade: Add an alignment to
set 18 pixels of space before starting the "System Sounds"
category.
* libsounds/sound-view.c: (play_preview_cb), (add_sound_item),
(sound_view_init): Indent the contents of the "System Sounds"
category. Use left alignment for combobox labels. Fix the
row and column spacing.
2006-01-11 Sebastien Bacher <seb128@debian.org>
* schemas/apps_gnome_settings_daemon_keybindings.schemas.in:

View file

@ -150,7 +150,7 @@ create_dialog (void)
gtk_image_set_from_file (GTK_IMAGE (WID ("bell_image")),
GNOMECC_DATA_DIR "/pixmaps/visual-bell.png");
gtk_widget_set_size_request (widget, 425, 500);
gtk_widget_set_size_request (widget, 475, -1);
if (!CheckXKB()) {
GtkWidget *audible_bell_option = WID ("bell_audible_toggle");

View file

@ -77,6 +77,18 @@
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment4">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xscale">1</property>
<property name="yscale">1</property>
<property name="top_padding">12</property>
<property name="bottom_padding">0</property>
<property name="left_padding">0</property>
<property name="right_padding">0</property>
<child>
<widget class="GtkVBox" id="events_vbox">
<property name="visible">True</property>
@ -87,6 +99,8 @@
<placeholder/>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>