ui: fixed vertical alignment of panel after collapsing widgets
This commit is contained in:
parent
7a65c40312
commit
d87bc594f4
|
@ -144,7 +144,7 @@ def _create_device_panel():
|
|||
p.pack_start(p._lux, False, False, 0)
|
||||
|
||||
p._config = _config_panel.create()
|
||||
p.pack_end(p._config, False, False, 4)
|
||||
p.pack_end(p._config, True, True, 4)
|
||||
|
||||
return p
|
||||
|
||||
|
|
Loading…
Reference in New Issue