feat(panel): custom panel sizes
All this involves is having a certain notch that the panel size slider is on when the panel is set to a custom size Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit is contained in:
parent
48a686a544
commit
24e6e2f28f
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ pub(crate) fn style<
|
|||
PanelSize::M => 2,
|
||||
PanelSize::L => 3,
|
||||
PanelSize::XL => 4,
|
||||
PanelSize::Custom(s) => 2,
|
||||
},
|
||||
|v| {
|
||||
if v == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue