mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
app: add gtk_combo_box_set_wrap_width for scale menu
This commit is contained in:
parent
0a2d066168
commit
a9a979b2d0
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ gimp_statusbar_init (GimpStatusbar *statusbar)
|
|||
store = gimp_unit_store_new (2);
|
||||
statusbar->unit_combo = gimp_unit_combo_box_new_with_model (store);
|
||||
g_object_unref (store);
|
||||
gtk_combo_box_set_wrap_width (statusbar->unit_combo, 1);
|
||||
|
||||
gtk_widget_set_can_focus (statusbar->unit_combo, FALSE);
|
||||
g_object_set (statusbar->unit_combo, "focus-on-click", FALSE, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue