Skip to content

Commit

Permalink
Increased extend header button size to improve responsiveness #377
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Feb 20, 2024
1 parent 86b0da4 commit 0d5b158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Client/MainComponents/Cells.fs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ module private CellComponents =
let isExtended = state_extend.Contains(columnIndex)
Bulma.icon [
prop.style [
style.height (length.perc 100)
style.minWidth 25
style.cursor.pointer
]
prop.onDoubleClick(fun e ->
Expand Down

0 comments on commit 0d5b158

Please sign in to comment.