mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 13:47:51 -04:00
Fix tab widget focus
This commit is contained in:
parent
6299c1b5c4
commit
fcb6577c11
@ -1190,16 +1190,23 @@ QTabWidget {
|
|||||||
selection-background-color: #31363B;
|
selection-background-color: #31363B;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTabWidget::focus QWidget{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
QTabWidget::pane {
|
QTabWidget::pane {
|
||||||
border: 1px solid #31363B;
|
border: 1px solid #31363B;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QTabWidget:selected {
|
QTabWidget:selected {
|
||||||
background-color: #31363B;
|
background-color: #31363B;
|
||||||
|
border: 1px solid #31363B;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QTabWidget:focus {
|
QTabWidget:focus {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user