[gimp] Keep the lock buttons at the end of the options vbox
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Keep the lock buttons at the end of the options vbox
- Date: Thu, 20 Aug 2009 11:12:50 +0000 (UTC)
commit ff3197530549c5904b2a57f292a5b6225774fd7d
Author: Michael Natterer <mitch gimp org>
Date: Thu Aug 20 12:33:01 2009 +0200
Keep the lock buttons at the end of the options vbox
app/widgets/gimpitemtreeview.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimpitemtreeview.c b/app/widgets/gimpitemtreeview.c
index 0f08204..ae96264 100644
--- a/app/widgets/gimpitemtreeview.c
+++ b/app/widgets/gimpitemtreeview.c
@@ -634,6 +634,10 @@ gimp_item_tree_view_get_lock_box (GimpItemTreeView *view)
view->priv->lock_box = gtk_hbox_new (FALSE, button_spacing);
gimp_item_tree_view_add_options (view, _("Lock:"), view->priv->lock_box);
+
+ gtk_box_set_child_packing (GTK_BOX (view->priv->options_box),
+ gtk_widget_get_parent (view->priv->lock_box),
+ FALSE, FALSE, 0, GTK_PACK_END);
}
return view->priv->lock_box;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]