Match score button height to input box
This commit is contained in:
parent
00613ae534
commit
e895f5e702
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue