ui: add separator before device settings
This commit is contained in:
parent
6e986ddf8c
commit
377e44c624
|
@ -143,6 +143,8 @@ def _create_device_panel():
|
||||||
p._lux = _status_line(_('Lighting'))
|
p._lux = _status_line(_('Lighting'))
|
||||||
p.pack_start(p._lux, False, False, 0)
|
p.pack_start(p._lux, False, False, 0)
|
||||||
|
|
||||||
|
p.pack_start(Gtk.Separator.new(Gtk.Orientation.HORIZONTAL), False, False, 0) # spacer
|
||||||
|
|
||||||
p._config = _config_panel.create()
|
p._config = _config_panel.create()
|
||||||
p.pack_end(p._config, True, True, 4)
|
p.pack_end(p._config, True, True, 4)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue