Skip to content

Commit

Permalink
Improve button sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Jan 26, 2023
1 parent 0fc95ed commit 141610a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,7 @@ screen fom_saysomething_picker(say=True):
# altogether, for presets it will take back to selectors.

textbutton ("Close" if not picker.presets_menu else "Back"):
xysize (118, None)
if not picker.presets_menu:
action Return(_fom_saysomething.RETURN_CLOSE)
else:
Expand Down

0 comments on commit 141610a

Please sign in to comment.