Skip to content

Commit

Permalink
rename button with a more accurate label
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jul 1, 2024
1 parent ae27b43 commit 54cae97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/petitions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ function Petitions:init()
},
widgets.ToggleHotkeyLabel{
view_id='show_fulfilled',
frame={b=0, l=0},
frame={b=0, l=0, w=33},
key='CUSTOM_CTRL_A',
label='Show fulfilled agreements:',
label='Show past agreements:',
initial_option=false,
on_change=function() self:refresh() end,
},
Expand Down

0 comments on commit 54cae97

Please sign in to comment.