mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 10:27:52 -05:00
fix: Added padding to buttons
Some buttons did not have enough padding, now they do!
This commit is contained in:
5
dist/qt_themes/default/style.qss
vendored
5
dist/qt_themes/default/style.qss
vendored
@ -315,6 +315,11 @@ QWidget#controllerPlayer8 {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QDialog QPushButton {
|
||||
min-width: 57px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
QDialog#QtSoftwareKeyboardDialog,
|
||||
QStackedWidget#topOSK {
|
||||
background: rgba(51, 51, 51, .9);
|
||||
|
Reference in New Issue
Block a user