diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-28 22:34:00 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-28 22:34:00 +0000 |
| commit | 9f3ff2c642130e984c3df82fa6228da99b132f74 (patch) | |
| tree | dc40519e8cfccd51cc0a6cf848b98c56b0ad98ef | |
| parent | 63fea3f7242f63ad6aa9181fb022f81df944d0d0 (diff) | |
| download | enigma2-9f3ff2c642130e984c3df82fa6228da99b132f74.tar.gz enigma2-9f3ff2c642130e984c3df82fa6228da99b132f74.zip | |
fixed default and mainmenu
| -rw-r--r-- | lib/gui/elistbox.cpp | 2 | ||||
| -rw-r--r-- | lib/gui/elistboxcontent.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/gui/elistbox.cpp b/lib/gui/elistbox.cpp index 4f799a17..0d92e107 100644 --- a/lib/gui/elistbox.cpp +++ b/lib/gui/elistbox.cpp @@ -9,7 +9,7 @@ eListbox::eListbox(eWidget *parent): eWidget(parent) ePtr<eActionMap> ptr; eActionMap::getInstance(ptr); - m_itemheight = 20; + m_itemheight = 25; ptr->bindAction("ListboxActions", 0, 0, this); } diff --git a/lib/gui/elistboxcontent.cpp b/lib/gui/elistboxcontent.cpp index fe5f38dd..cc661d47 100644 --- a/lib/gui/elistboxcontent.cpp +++ b/lib/gui/elistboxcontent.cpp @@ -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(); |
