Skip to content

Commit

Permalink
ui: Anchor the Observers icon to the sidebar, going right to left
Browse files Browse the repository at this point in the history
Supersedes 9e0593d, 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
  • Loading branch information
irydacea committed Mar 18, 2021
1 parent 6fc339d commit 48cb1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/themes/default.cfg
Expand Up @@ -364,8 +364,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]
Expand Down

0 comments on commit 48cb1d6

Please sign in to comment.