summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-02-09 17:20:54 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2014-02-15 17:53:38 -0800
commit6d7725c088b5da70dfba7822d461f772d2aa0b1e (patch)
treee26908f0547d7c684a8b07732e1f1302df935b3e
parenta7832b214ddbe726c86a1b972a7fdd4f79deaf7b (diff)
downloadnautilus-6d7725c088b5da70dfba7822d461f772d2aa0b1e.tar.gz
query-editor: avoid double borders in Select Type dialog
-rw-r--r--src/nautilus-query-editor.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 73a3873b4..127c0c52f 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -525,11 +525,10 @@ type_combo_changed (GtkComboBox *combo_box, NautilusQueryEditorRow *row)
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled),
GTK_POLICY_AUTOMATIC,
GTK_POLICY_AUTOMATIC);
- gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled),
- GTK_SHADOW_IN);
-
+
gtk_widget_show (scrolled);
- gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), scrolled, TRUE, TRUE, 6);
+ gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 0);
+ gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), scrolled, TRUE, TRUE, 0);
treeview = gtk_tree_view_new ();
gtk_tree_view_set_model (GTK_TREE_VIEW (treeview),