ui: Anchor the Observers icon to the sidebar, going right to left
Supersedes 9e0593d714
, which attempted to
fix the issue with the icon displaying at unexpected places by anchoring
it to the battery display from the left instead of staying true to the
intended design.
CC #5575
This commit is contained in:
parent
21ac74144e
commit
2c540ccfce
1 changed files with 2 additions and 2 deletions
|
@ -366,8 +366,8 @@
|
|||
[observers]
|
||||
id=observers
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
ref=battery-box-topright
|
||||
rect="+5,=,+16,+{DEFAULT_FONT_SMALL_HEIGHT}"
|
||||
ref=sidebar-panel
|
||||
rect="=-22,=+4,+16,+16" # x = 16 + 6
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/observers]
|
||||
|
|
Loading…
Add table
Reference in a new issue