drawer: Ensure the drawer’s height matches the application (#1216)
This commit is contained in:
parent
62122d5f41
commit
00dd457441
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ impl RenderOnce for Drawer {
|
||||||
anchored()
|
anchored()
|
||||||
.position(point(
|
.position(point(
|
||||||
window_paddings.left,
|
window_paddings.left,
|
||||||
window_paddings.top + titlebar_height - px(1.),
|
window_paddings.top + titlebar_height,
|
||||||
))
|
))
|
||||||
.snap_to_window()
|
.snap_to_window()
|
||||||
.child(
|
.child(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue