fixed default and mainmenu
[enigma2.git] / lib / gui / elistboxcontent.cpp
index fe5f38dd3716def80eb1588b8063e6125ec74a7f..cc661d477b2b173b5971471af6ad94b791f732c2 100644 (file)
@@ -327,7 +327,7 @@ void eListboxPythonStringContent::setSize(const eSize &size)
 
 void eListboxPythonStringContent::paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected)
 {
-       ePtr<gFont> fnt = new gFont("Arial", 14);
+       ePtr<gFont> fnt = new gFont("Arial", 20);
        painter.clip(eRect(offset, m_itemsize));
        style.setStyle(painter, selected ? eWindowStyle::styleListboxSelected : eWindowStyle::styleListboxNormal);
        painter.clear();