How do I align a bar to, say, corner of a screen? #1158
-
|
I could only see "top", "bottom", "left" or "right". Using "left" and set the module to "start" seemed to have no use. Having it anchored to edges would be an overkill tho. |
Beta Was this translation helpful? Give feedback.
Answered by
JakeStanger
Sep 15, 2025
Replies: 1 comment 1 reply
-
|
I'm not sure why anchoring to edges would be overkill? The answer is to position the bar on the edge you want it, ensure it's anchored, and use the appropriate margin to push it away from the opposite edge. For example, to create a bar in the bottom left: You may also wish to set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Neubulae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure why anchoring to edges would be overkill?
The answer is to position the bar on the edge you want it, ensure it's anchored, and use the appropriate margin to push it away from the opposite edge.
For example, to create a bar in the bottom left:
You may also wish to set
exclusive_zonetofalseto avoid creating an area of empty space.