diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-21 17:19:06 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-21 17:19:06 +0000 |
| commit | b4b2da42d470a2795311814daa9a1e6497a35cdc (patch) | |
| tree | 11d49510724d0e3664b23c88a05871a2fc272db2 /lib/gui/epositiongauge.cpp | |
| parent | f0eb06742afb77ddf4ea856493ff47bf836be0a2 (diff) | |
| download | enigma2-b4b2da42d470a2795311814daa9a1e6497a35cdc.tar.gz enigma2-b4b2da42d470a2795311814daa9a1e6497a35cdc.zip | |
beautify (?) position gauge
Diffstat (limited to 'lib/gui/epositiongauge.cpp')
| -rw-r--r-- | lib/gui/epositiongauge.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/gui/epositiongauge.cpp b/lib/gui/epositiongauge.cpp index 1d8775e8..e16d2226 100644 --- a/lib/gui/epositiongauge.cpp +++ b/lib/gui/epositiongauge.cpp @@ -60,8 +60,13 @@ int ePositionGauge::event(int event, void *data, void *data2) getStyle(style); style->paintBackground(painter, ePoint(0,0), s); style->setStyle(painter, eWindowStyle::styleLabel); // TODO - own style + painter.setForegroundColor(gRGB(0x225b7395)); - painter.fill(eRect(0, 10, s.width(), s.height()-20)); + painter.fill(eRect(0, 10, s.width(), s.height()-14)); + +// painter.setForegroundColor(gRGB(0x00000000)); + painter.fill(eRect(s.width() - 2, 2, s.width() - 1, s.height() - 4)); + painter.fill(eRect(0, 2, 2, s.height() - 4)); #if 0 // border |
