diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-07-18 10:35:19 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-07-18 10:35:19 +0200 |
commit | 3b73296a80426822512e57b179539e4a0cd02a42 (patch) | |
tree | 864142d92fb8af9b909fe784ab8cfaa58242f930 /bin/gui/control.c | |
parent | 9dc9ab71639cfa16631552dd30420e6ceccec8eb (diff) | |
download | uca-3b73296a80426822512e57b179539e4a0cd02a42.tar.gz uca-3b73296a80426822512e57b179539e4a0cd02a42.tar.bz2 uca-3b73296a80426822512e57b179539e4a0cd02a42.tar.xz uca-3b73296a80426822512e57b179539e4a0cd02a42.zip |
Shuffle widgets around
Diffstat (limited to 'bin/gui/control.c')
-rw-r--r-- | bin/gui/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gui/control.c b/bin/gui/control.c index 1e895a5..63101e8 100644 --- a/bin/gui/control.c +++ b/bin/gui/control.c @@ -674,6 +674,7 @@ create_main_window (GtkBuilder *builder, const gchar* camera_name) gtk_container_add (GTK_CONTAINER (gtk_builder_get_object (builder, "property-window")), property_tree_view); gtk_box_pack_start (histogram_box, td.histogram_view, TRUE, TRUE, 6); + gtk_box_reorder_child (histogram_box, GTK_WIDGET (td.histogram_button), 2); gtk_widget_show_all (window); } |