mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed separator
This commit is contained in:
parent
7c5f0b4fbf
commit
95386b05bc
@ -3725,7 +3725,6 @@ class MainWindow(Gtk.ApplicationWindow):
|
|||||||
self._header_bar.pack_end(self._menu_button)
|
self._header_bar.pack_end(self._menu_button)
|
||||||
self._header_bar.pack_end(self._browser.search_button)
|
self._header_bar.pack_end(self._browser.search_button)
|
||||||
else:
|
else:
|
||||||
action_bar.pack_start(Gtk.Separator.new(orientation=Gtk.Orientation.VERTICAL))
|
|
||||||
action_bar.pack_start(self._menu_button)
|
action_bar.pack_start(self._menu_button)
|
||||||
self.add(overlay)
|
self.add(overlay)
|
||||||
self._client.emitter.emit("disconnected") # bring player in defined state
|
self._client.emitter.emit("disconnected") # bring player in defined state
|
||||||
|
Loading…
Reference in New Issue
Block a user