diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-02 22:40:47 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-02 22:41:07 +0000 |
commit | a0a3e6ffaa1f62529bd45a1f17df9365060ad53c (patch) | |
tree | 45be121ee00ff14eb0ff477ab945c0848eca0a27 /demos/constraint-editor/constraint-view.c | |
parent | bc1f2ded846d8396670ab9249a470a460ead9f85 (diff) | |
download | gtk+-constraint-editor-fun.tar.gz |
constraint editor: Various minor fixesconstraint-editor-fun
Diffstat (limited to 'demos/constraint-editor/constraint-view.c')
-rw-r--r-- | demos/constraint-editor/constraint-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/constraint-editor/constraint-view.c b/demos/constraint-editor/constraint-view.c index fb0b7e45d7..3b3807e34b 100644 --- a/demos/constraint-editor/constraint-view.c +++ b/demos/constraint-editor/constraint-view.c @@ -219,6 +219,7 @@ constraint_view_add_child (ConstraintView *view, frame = gtk_frame_new (NULL); gtk_style_context_add_class (gtk_widget_get_style_context (frame), "child"); gtk_widget_set_name (frame, name); + gtk_widget_set_size_request (frame, 100, 25); label = gtk_label_new (name); gtk_container_add (GTK_CONTAINER (frame), label); g_object_bind_property (frame, "name", |