mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Playing with gridSelect
This commit is contained in:
parent
4c9681ab91
commit
1bdaf4c562
2 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ spawnSelected' :: [(String, String)] -> X ()
|
|||
spawnSelected' lst = gridselect conf lst >>= flip whenJust spawn
|
||||
where conf = def
|
||||
{ gs_cellheight = 40
|
||||
, gs_cellwidth = 200
|
||||
, gs_cellwidth = 180
|
||||
, gs_cellpadding = 6
|
||||
, gs_originFractX = 0.5
|
||||
, gs_originFractY = 0.5
|
||||
|
|
|
@ -182,7 +182,7 @@ spawnSelected' :: [(String, String)] -> X ()
|
|||
spawnSelected' lst = gridselect conf lst >>= flip whenJust spawn
|
||||
where conf = def
|
||||
{ gs_cellheight = 40
|
||||
, gs_cellwidth = 200
|
||||
, gs_cellwidth = 180
|
||||
, gs_cellpadding = 6
|
||||
, gs_originFractX = 0.5
|
||||
, gs_originFractY = 0.5
|
||||
|
|
Loading…
Reference in a new issue