From 9f3ff2c642130e984c3df82fa6228da99b132f74 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Wed, 28 Sep 2005 22:34:00 +0000 Subject: [PATCH] fixed default and mainmenu --- lib/gui/elistbox.cpp | 2 +- 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 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 fnt = new gFont("Arial", 14); + ePtr fnt = new gFont("Arial", 20); painter.clip(eRect(offset, m_itemsize)); style.setStyle(painter, selected ? eWindowStyle::styleListboxSelected : eWindowStyle::styleListboxNormal); painter.clear(); -- 2.30.2