mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Limit numeric widget width
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
#include <QString>
|
||||
#include <QWidget>
|
||||
|
||||
constexpr int WIDGET_MAX_WIDTH = 112;
|
||||
|
||||
class ControlGroupBox;
|
||||
class InputConfig;
|
||||
class IOWindow;
|
||||
|
Reference in New Issue
Block a user