Changeset 2968
- Timestamp:
- 04/27/06 21:25:00 (3 years ago)
- Files:
-
- hydranode/hngui/transfertabs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hngui/transfertabs.cpp
r2966 r2968 51 51 QSettings conf(confDir() + "gui.ini", QSettings::IniFormat); 52 52 if (conf.value("EnableBars").toBool()) { 53 QPalette palette( palette());53 QPalette palette(this->palette()); 54 54 palette.setColor(QPalette::Base, QColor(204, 210, 214, 255)); 55 55 palette.setColor(QPalette::AlternateBase, QColor(204, 210,214));
