From 0e443dcb050d923f01d917575ceb126acb3ad15c Mon Sep 17 00:00:00 2001 From: BenjaminHalko Date: Tue, 22 Aug 2023 10:01:12 -0700 Subject: fix: Added padding to buttons Some buttons did not have enough padding, now they do! --- dist/qt_themes/default/style.qss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/qt_themes/default/style.qss') diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index 12e681648..4ca0be50e 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss @@ -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); -- cgit v1.2.3