summaryrefslogtreecommitdiffstats
path: root/bin/gui/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gui/control.c')
-rw-r--r--bin/gui/control.c1
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);
}