wip: refactor

This commit is contained in:
2025-02-03 08:23:03 +07:00
parent c982c802e2
commit d921720042
29 changed files with 534 additions and 265 deletions

View File

@@ -244,7 +244,8 @@ impl Dock {
.right(px(1.))
.h_full()
.w(HANDLE_SIZE)
.py_10()
.pt_12()
.pb_4()
})
.when(self.placement.is_right(), |this| {
this.cursor_col_resize()
@@ -252,7 +253,8 @@ impl Dock {
.left(px(1.))
.h_full()
.w(HANDLE_SIZE)
.py_10()
.pt_12()
.pb_4()
})
.when(self.placement.is_bottom(), |this| {
this.cursor_row_resize()