minor improvements to css
This commit is contained in:
@@ -96,7 +96,7 @@ void TaskManager::DeleteTask(Task *t)
|
||||
tasks_.removeAll(t);
|
||||
|
||||
// Destroy Task object
|
||||
delete t;
|
||||
t->deleteLater();
|
||||
}
|
||||
|
||||
void TaskManager::TaskCallback(Task::Status status)
|
||||
|
||||
@@ -71,6 +71,11 @@ QMenu {
|
||||
background: #191919;
|
||||
}
|
||||
|
||||
/* QProgressBar background is dark */
|
||||
QProgressBar {
|
||||
background: #191919;
|
||||
}
|
||||
|
||||
/* Ensure QPushButtons look dark when checked */
|
||||
QPushButton::checked {
|
||||
background: #191919;
|
||||
|
||||
@@ -71,6 +71,11 @@ QMenu {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
/* QProgressBar background is dark */
|
||||
QProgressBar {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
/* Ensure QPushButtons look dark when checked */
|
||||
QPushButton::checked {
|
||||
background: #f0f0f0;
|
||||
|
||||
@@ -71,6 +71,11 @@ QMenu {
|
||||
background: #c0c0c0;
|
||||
}
|
||||
|
||||
/* QProgressBar background is dark */
|
||||
QProgressBar {
|
||||
background: #c0c0c0;
|
||||
}
|
||||
|
||||
/* Ensure QPushButtons look dark when checked */
|
||||
QPushButton::checked {
|
||||
background: #c0c0c0;
|
||||
|
||||
Reference in New Issue
Block a user