Changeset 89408 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 31, 2021 5:12:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.cpp
r89250 r89408 1499 1499 /* Prepare color: */ 1500 1500 const QPalette pal = QApplication::palette(); 1501 const QColor buttonTextColor = pal.color(QPalette::Active, QPalette:: ButtonText);1501 const QColor buttonTextColor = pal.color(QPalette::Active, QPalette::Text); 1502 1502 const QColor linkTextColor = pal.color(QPalette::Active, QPalette::Link); 1503 1503
Note:
See TracChangeset
for help on using the changeset viewer.