ПКМ tree

This commit is contained in:
2026-01-16 14:31:13 +03:00
parent 83d6d66172
commit 3ce889524b
8 changed files with 21 additions and 20 deletions

View File

@@ -117,7 +117,8 @@ QPushButton:flat, QToolButton:flat {
border: none; /* no border for a flat push button */
}
QPushButton:disabled, QToolButton:disabled {
background-color: #777777;
/*background-color: #777777;*/
background-color: #bbbbbb;
/*border-color: gray;*/
}
QPushButton:default, QToolButton:default {
@@ -261,7 +262,7 @@ QTabBar::tab:selected {
}
QTabBar::tab:!selected {
border-style: inset;
background: #aaaaaa;
background: #bbbbbb;
}
QTabBar::tab:hover {