mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 19:04:15 +02:00
[view] improvement: displaying a tooltip with the missing dependencies for a supported packaging technology
This commit is contained in:
@@ -28,6 +28,10 @@ QCheckBox::indicator {
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
QCheckBox[warning = "true"] {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
QProgressBar {
|
||||
max-height: 4px;
|
||||
}
|
||||
@@ -54,7 +58,7 @@ QMenu QPushButton {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
QLabel[help_icon = "true"] {
|
||||
QLabel[help_icon = "true"], QLabel[warning_icon = "true"] {
|
||||
qproperty-scaledContents: True;
|
||||
min-height: 16;
|
||||
max-height: 16;
|
||||
|
||||
Reference in New Issue
Block a user