mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-27 05:06:39 -05:00
DolphinQt: Limit numeric widget width
This commit is contained in:
@@ -49,7 +49,7 @@ MappingButton::MappingButton(MappingWidget* parent, ControlReference* ref, bool
|
||||
setFixedHeight(minimumSizeHint().height());
|
||||
|
||||
// Make sure that long entries don't throw our layout out of whack.
|
||||
setFixedWidth(112);
|
||||
setFixedWidth(WIDGET_MAX_WIDTH);
|
||||
|
||||
setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Ignored);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user