stack: Fix grabbing on the right side

This commit is contained in:
Victoria Brekenfeld 2023-07-26 17:13:22 +02:00
parent 730ec41b8f
commit 80d5863938

View file

@ -658,7 +658,9 @@ impl Program for CosmicStackInternal {
.height(Length::Fill)
.width(Length::Fill),
),
iced_widget::horizontal_space(64)
iced_widget::horizontal_space(0)
.apply(iced_widget::container)
.padding([64, 24])
.apply(iced_widget::mouse_area)
.on_press(Message::DragStart)
.into(),