Match score button height to input box

This commit is contained in:
pax 2026-04-05 20:07:24 -05:00
parent 00613ae534
commit e895f5e702

View File

@ -316,7 +316,7 @@ class BooruApp(QMainWindow):
self._score_spin.setFixedWidth(50)
self._score_spin.setButtonSymbols(QSpinBox.ButtonSymbols.NoButtons)
top.addWidget(self._score_spin)
_btn_style = "padding: 2px 6px;"
_btn_style = "padding: 4px 6px;"
score_down = QPushButton("-")
score_down.setFixedWidth(25)
score_down.setStyleSheet(_btn_style)