switching databases

This commit is contained in:
BarsTiger
2022-08-11 15:16:06 +03:00
parent 6ecb6560b0
commit 641b4346bd
9 changed files with 53 additions and 5 deletions

View File

@@ -280,6 +280,13 @@ QSpinBox::down-button {
border: none;
background: none;
}
QToolBox::tab {
border-style: solid;
border-width: 1px;
border-radius: 5px;
border-color: rgba(48, 48, 48, 0);
}
"""
menupage_b = """
@@ -545,6 +552,13 @@ QSpinBox::down-button {
border: none;
background: none;
}
QToolBox::tab {
border-style: solid;
border-width: 1px;
border-radius: 5px;
border-color: #303030;
}
"""
menupage_g = """