Hide opacity settings for now.
2001-07-25 Richard Hestilow <hestilow@ximian.com> * main.c (setup_dialog): Hide opacity settings for now. * background-properties.glade: Rename opacity label.
This commit is contained in:
parent
bce60c194e
commit
91e2a0e86b
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-07-25 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* main.c (setup_dialog): Hide opacity settings for now.
|
||||
|
||||
* background-properties.glade: Rename opacity label.
|
||||
|
||||
2001-07-24 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* applier.c (output_compat_prefs): Write to gnome-config to make
|
||||
|
|
|
@ -285,7 +285,7 @@ Stretched
|
|||
|
||||
<widget>
|
||||
<class>GtkLabel</class>
|
||||
<name>label16</name>
|
||||
<name>opacity_label</name>
|
||||
<label>Opacity (percent):</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
|
|
|
@ -225,6 +225,8 @@ setup_dialog (GtkWidget *widget, Bonobo_PropertyBag bag)
|
|||
bonobo_peditor_set_property (ed, bag, "wallpaper_type", TC_ulong, NULL);
|
||||
|
||||
CUSTOM_CREATE_PEDITOR (int_range, long, "opacity", "opacity_spin");
|
||||
gtk_widget_hide (WID ("opacity_spin"));
|
||||
gtk_widget_hide (WID ("opacity_label"));
|
||||
|
||||
bonobo_event_source_client_add_listener (bag, property_change_cb,
|
||||
NULL, NULL, bag);
|
||||
|
|
Loading…
Add table
Reference in a new issue