Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain DEP.
gajim
Commits
d54f28f9
Commit
d54f28f9
authored
Dec 17, 2020
by
Daniel Brötzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SideBarSwitcher: Enable vexpand
Fixes #10359
parent
d9a7aa04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gajim/gtk/sidebar_switcher.py
gajim/gtk/sidebar_switcher.py
+2
-1
No files found.
gajim/gtk/sidebar_switcher.py
View file @
d54f28f9
...
...
@@ -19,9 +19,10 @@
class
SideBarSwitcher
(
Gtk
.
ListBox
):
def
__init__
(
self
):
Gtk
.
ListBox
.
__init__
(
self
)
self
.
_stack
=
None
self
.
set_vexpand
(
True
)
self
.
get_style_context
().
add_class
(
'settings-menu'
)
self
.
connect
(
'row-activated'
,
self
.
_on_row_activated
)
self
.
_stack
=
None
def
set_stack
(
self
,
stack
):
self
.
_stack
=
stack
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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