aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/elistboxcontent.cpp
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-28 23:13:58 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-28 23:13:58 +0000
commit301bab11f8453a6899153b7be338a352803b22cb (patch)
tree5df637e4d8812cb83f5073f5160625aee65c3937 /lib/gui/elistboxcontent.cpp
parent1f5b1a20e4de369c197de1dae8fcb368e3e10b26 (diff)
downloadenigma2-301bab11f8453a6899153b7be338a352803b22cb.tar.gz
enigma2-301bab11f8453a6899153b7be338a352803b22cb.zip
added setup screens
Diffstat (limited to 'lib/gui/elistboxcontent.cpp')
-rw-r--r--lib/gui/elistboxcontent.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/gui/elistboxcontent.cpp b/lib/gui/elistboxcontent.cpp
index d9e186a3..1c27f766 100644
--- a/lib/gui/elistboxcontent.cpp
+++ b/lib/gui/elistboxcontent.cpp
@@ -452,8 +452,11 @@ void eListboxPythonConfigContent::paint(gPainter &painter, eWindowStyle &style,
int width = item_right.width() * value / 100;
int height = item_right.height();
+
/* draw slider */
- painter.fill(eRect(offset.x() + m_seperation, offset.y(), width, height));
+ //painter.fill(eRect(offset.x() + m_seperation, offset.y(), width, height));
+ //hack - make it customizable
+ painter.fill(eRect(offset.x() + m_seperation, offset.y() + 5, width, height-10));
/* pvalue is borrowed */
}