Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libdazzle
Commits
e6dcc1c6
Commit
e6dcc1c6
authored
Dec 18, 2018
by
Christian Hergert
Browse files
propagate height for list box area
parent
11a30e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/dzl-stack-list.c
View file @
e6dcc1c6
...
...
@@ -491,6 +491,7 @@ dzl_stack_list_init (DzlStackList *self)
priv
->
scroller
=
g_object_new
(
GTK_TYPE_SCROLLED_WINDOW
,
"shadow-type"
,
GTK_SHADOW_NONE
,
"propagate-natural-height"
,
TRUE
,
"vexpand"
,
TRUE
,
"visible"
,
TRUE
,
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment