stack: Fix grabbing on the right side
This commit is contained in:
parent
730ec41b8f
commit
80d5863938
1 changed files with 3 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue