mirror of https://github.com/GNOME/gimp.git
app: can't set the scale combo entry's properties in init() any longer
Set them in constructed() instead.
This commit is contained in:
parent
1812012d59
commit
f8ef0c71c2
|
@ -146,7 +146,6 @@ gimp_scale_combo_box_constructed (GObject *object)
|
|||
entry = gtk_bin_get_child (GTK_BIN (combo_box));
|
||||
|
||||
g_object_set (entry,
|
||||
"has-entry", TRUE,
|
||||
"xalign", 1.0,
|
||||
"width-chars", 5,
|
||||
"truncate-multiline", TRUE,
|
||||
|
|
Loading…
Reference in New Issue