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:
parent
0bccc7a1cf
commit
d590057ff6
3 changed files with 31 additions and 5 deletions
12
ChangeLog
12
ChangeLog
|
@ -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:
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -78,13 +78,27 @@
|
|||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkVBox" id="events_vbox">
|
||||
<widget class="GtkAlignment" id="alignment4">
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">0</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>
|
||||
<placeholder/>
|
||||
<widget class="GtkVBox" id="events_vbox">
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">0</property>
|
||||
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue