widgets: add widget name to item tree view lock box...
... to make it separately themable via gtkrc
This commit is contained in:
parent
57ce7065a4
commit
2f8babe4df
1 changed files with 2 additions and 0 deletions
|
|
@ -760,6 +760,8 @@ gimp_item_tree_view_get_lock_box (GimpItemTreeView *view)
|
|||
|
||||
view->priv->lock_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, button_spacing);
|
||||
|
||||
gtk_widget_set_name (GTK_WIDGET (view->priv->lock_box), "gimp_tree_view_lock_box");
|
||||
|
||||
gimp_item_tree_view_add_options (view, _("Lock:"), view->priv->lock_box);
|
||||
|
||||
gtk_box_set_child_packing (GTK_BOX (view->priv->options_box),
|
||||
|
|
|
|||
Loading…
Reference in a new issue