Add right padding to titlebar instead of margins on elements
This fixes a visual glitch causing the avatar to be shown too close to the right edge of the window when the share icon was not present.
This commit is contained in:
parent
5b68534427
commit
5d0c3c43e8
15 changed files with 380 additions and 400 deletions
|
@ -1664,9 +1664,6 @@ impl Workspace {
|
|||
.constrained()
|
||||
.with_width(24.)
|
||||
.aligned()
|
||||
.constrained()
|
||||
.with_width(24.)
|
||||
.aligned()
|
||||
.boxed()
|
||||
})
|
||||
.with_cursor_style(CursorStyle::PointingHand)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue