mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-22 02:16:14 -05:00
Qt: Improve spacing
This commit is contained in:
@@ -63,6 +63,10 @@ MappingButton::MappingButton(MappingWidget* widget, ControlReference* ref, bool
|
||||
});
|
||||
|
||||
m_timer->start(1000 / 30);
|
||||
|
||||
setMaximumHeight(24);
|
||||
setMaximumWidth(200);
|
||||
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
|
||||
}
|
||||
|
||||
void MappingButton::Connect()
|
||||
|
||||
Reference in New Issue
Block a user