mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Adjusted min-width of spin box and combo box
Fix #14 Fix OpenCobolIDE/OpenCobolIDE#55 I have yet to recompile qrc file for pyqt4 and pyside
This commit is contained in:
parent
1931672afd
commit
18621d589b
File diff suppressed because it is too large
Load Diff
@ -499,6 +499,7 @@ QComboBox
|
||||
border: 1px solid #3A3939;
|
||||
border-radius: 3px;
|
||||
padding: 2px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QComboBox:hover,QPushButton:hover,QAbstractSpinBox:hover,QLineEdit:hover,QTextEdit:hover,QPlainTextEdit:hover,QAbstractView:hover,QTreeView:hover
|
||||
@ -561,6 +562,7 @@ QAbstractSpinBox {
|
||||
background-color: #201F1F;
|
||||
color: silver;
|
||||
border-radius: 3px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QAbstractSpinBox:up-button
|
||||
|
Loading…
Reference in New Issue
Block a user