added setup screens
[enigma2.git] / lib / gui / elistboxcontent.cpp
index d9e186a37342da5ed1a16fc99d514cac30204d24..1c27f76672781349a758790429971ea47af1123b 100644 (file)
@@ -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 */
                                        }