right module order
This commit is contained in:
parent
872dbfc792
commit
e4744bab81
@ -92,11 +92,11 @@ class StatusBar(Window):
|
|||||||
if self.vinyl:
|
if self.vinyl:
|
||||||
end_container_children.append(self.vinyl)
|
end_container_children.append(self.vinyl)
|
||||||
|
|
||||||
|
end_container_children.append(self.status_container)
|
||||||
if self.system_tray:
|
if self.system_tray:
|
||||||
end_container_children.append(self.system_tray)
|
end_container_children.append(self.system_tray)
|
||||||
|
|
||||||
end_container_children.append(self.date_time)
|
end_container_children.append(self.date_time)
|
||||||
end_container_children.append(self.status_container)
|
|
||||||
|
|
||||||
self.children = CenterBox(
|
self.children = CenterBox(
|
||||||
name="bar-inner",
|
name="bar-inner",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user