playback-test: Some minor grid layout improvements
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 26 Mar 2012 07:15:18 +0000 (09:15 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 26 Mar 2012 07:16:01 +0000 (09:16 +0200)
tests/examples/playback/playback-test.c

index a993c72a53c326ccd6dc1333077ad2e0148d31cb..720e54ee9f3dababdc057ffc91277695ba589f77 100644 (file)
@@ -2984,9 +2984,9 @@ create_ui (PlaybackApp * app)
     gtk_grid_attach (GTK_GRID (boxes), app->soft_colorbalance_checkbox, 4, 1, 1,
         1);
 
-    gtk_grid_attach (GTK_GRID (boxes), app->mute_checkbox, 7, 0, 2, 1);
-    gtk_grid_attach (GTK_GRID (boxes), volume_label, 6, 1, 1, 1);
-    gtk_grid_attach (GTK_GRID (boxes), app->volume_spinbutton, 7, 1, 1, 1);
+    gtk_grid_attach (GTK_GRID (boxes), app->mute_checkbox, 6, 0, 1, 1);
+    gtk_grid_attach (GTK_GRID (boxes), volume_label, 5, 1, 1, 1);
+    gtk_grid_attach (GTK_GRID (boxes), app->volume_spinbutton, 6, 1, 1, 1);
 
     gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (app->video_checkbox),
         TRUE);