summaryrefslogtreecommitdiff
path: root/tests/testflowbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-16 23:48:15 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-17 10:57:36 -0400
commitedae2a8dc500b7af29928e5eb6dfc305726ce6e0 (patch)
tree4cb9dca82557d64b14b9f0e7d8cfe8e9498958cb /tests/testflowbox.c
parentffbc58d328ae442a1ecfeaa38eaf7841f307d250 (diff)
downloadgtk+-edae2a8dc500b7af29928e5eb6dfc305726ce6e0.tar.gz
frame: Drop shadow-type
Frames that don't draw frames are not very useful, so just drop the shadow-type property.
Diffstat (limited to 'tests/testflowbox.c')
-rw-r--r--tests/testflowbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testflowbox.c b/tests/testflowbox.c
index 91d178753a..c50193d76a 100644
--- a/tests/testflowbox.c
+++ b/tests/testflowbox.c
@@ -71,7 +71,6 @@ populate_flowbox_focus (GtkFlowBox *flowbox)
{
sensitive = TRUE;
frame = gtk_frame_new (NULL);
- gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_NONE);
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
gtk_container_add (GTK_CONTAINER (frame), box);