Patches to add support for dark themes

This commit is contained in:
Daniel Bair
2014-11-30 20:18:19 +07:00
parent eb4435fa63
commit 4a98ffc52c
12 changed files with 172 additions and 78 deletions

View File

@@ -190,8 +190,8 @@ EditEvent::EditEvent(QString eventname,bool new_event,
this,"event_player");
event_player->playButton()->
setGeometry(CENTER_LINE-180,sizeHint().height()-210,80,50);
event_player->stopButton()->
setPalette(QPalette(backgroundColor(),QColor(lightGray)));
// event_player->stopButton()->
// setPalette(QPalette(backgroundColor(),QColor(lightGray)));
event_player->stopButton()->setGeometry(CENTER_LINE-90,sizeHint().height()-210,80,50);
event_player->stopButton()->setOnColor(red);
}