mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02: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