Skip to content

Commit

Permalink
$mol_select_list, $mol_select expose bubble_minimal_width
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Sep 29, 2023
1 parent 7df44be commit 4ff91b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions select/list/list.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ $mol_select_list $mol_view
filter_auto_clean true
sub /$mol_view
<= Pick $mol_select
bubble_minimal_width <= bubble_minimal_width 200
bubble_minimal_height <= bubble_minimal_height 200
align_hor <= align_hor \right
options <= options_pickable <= options /string
value? <=> pick? \
Expand Down
9 changes: 6 additions & 3 deletions select/select.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ $mol_select $mol_pick
hint @ \Pick..
bubble_content /
<= Filter
<= Bubble_pane $mol_scroll sub /
<= Menu $mol_list
rows <= menu_content /$mol_view
<= Bubble_pane $mol_scroll
sub /
<= Menu $mol_list
minimal_width <= bubble_minimal_width 200
minimal_height <= bubble_minimal_height 200
rows <= menu_content /$mol_view
Filter $mol_search
query? <=> filter_pattern? \
hint <= filter_hint @ \Filter..
Expand Down

0 comments on commit 4ff91b1

Please sign in to comment.