Hi,
I'm trying to make the menu choice buttons less wide, but nothing seems to be working (I'm using 6.13.8.1675).

Here is what I have currently in options.rpy (note I colored the bg so I could troubleshoot):
Code:
style.menu_window.background = Solid("#ff0000")
style.menu_window.xmaximum = 100 #constrains choice text width but not choice buttons!
style.menu_choice_button.ypadding = 5
style.menu_choice_button.ymargin = 5
style.menu_choice_button.background = Frame("choice_bg.png", 20, 20)
style.menu_choice.size = 26
#style.menu_choice.line_spacing = 6
What would be the best way to accomplish this?
Thanks so much!