Skip to content

Commit

Permalink
rearrange pastures dialog according to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jul 17, 2023
1 parent 62b311c commit 27f1a44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/lua/zone.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function Pasture:init()
},
},
widgets.Panel{
frame={t=2, l=SLIDER_WIDTH+2, w=SLIDER_WIDTH, h=4},
frame={t=7, l=0, w=SLIDER_WIDTH, h=4},
subviews={
widgets.CycleHotkeyLabel{
view_id='min_disposition',
Expand Down Expand Up @@ -276,7 +276,7 @@ function Pasture:init()
},
},
widgets.Panel{
frame={t=7, l=4, r=0, h=1},
frame={t=3, l=SLIDER_WIDTH+2, r=0, h=3},
subviews={
widgets.CycleHotkeyLabel{
view_id='egg',
Expand All @@ -294,7 +294,7 @@ function Pasture:init()
},
widgets.CycleHotkeyLabel{
view_id='graze',
frame={l=29, t=0, w=20},
frame={l=0, t=2, w=20},
key_back='CUSTOM_SHIFT_T',
key='CUSTOM_SHIFT_Y',
label='Grazers:',
Expand All @@ -310,7 +310,7 @@ function Pasture:init()
},
widgets.Panel{
view_id='list_panel',
frame={t=9, l=0, r=0, b=4},
frame={t=12, l=0, r=0, b=4},
subviews={
widgets.CycleHotkeyLabel{
view_id='sort_status',
Expand Down

0 comments on commit 27f1a44

Please sign in to comment.