Replies: 2 comments 4 replies
-
|
Of course, just set # minimal example, adjust for your needs
class Bar(Widget.Window):
def __init__(self):
super().__init__(
anchor=["left", "top", "bottom"], # or ["right", "top", "bottom"]
exclusivity="exclusive",
namespace="ignis-bar",
child=Widget.CenterBox(
vertical=True,
start_widget=...,
center_widget=...,
end_widget=...,
),
) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
On a 16:9 laptop, horizontal bar is a big waste of space :D
Beta Was this translation helpful? Give feedback.
All reactions