mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
New Default theme: Omega theme! (Beta)
This commit is contained in:
@@ -22,7 +22,7 @@ View * MessageTableCellWithBuffer::accessoryView() const {
|
||||
|
||||
void MessageTableCellWithBuffer::setHighlighted(bool highlight) {
|
||||
MessageTableCell::setHighlighted(highlight);
|
||||
KDColor backgroundColor = isHighlighted()? Palette::Select : Palette::BackgroundHard;
|
||||
KDColor backgroundColor = isHighlighted()? Palette::ListCellBackgroundSelected : Palette::ListCellBackground;
|
||||
m_accessoryView.setBackgroundColor(backgroundColor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user