From d2ece4cfd58c1c7520b17447fbb03c117e452e99 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 26 Jan 2011 11:05:00 +0000 Subject: [PATCH] neutrino themes setup: width changed to 40% git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1059 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/435a47f47c2bca1bcf20404324995f0b867aa694 Author: Thilo Graf Date: 2011-01-26 (Wed, 26 Jan 2011) Origin message was: ------------------ *neutrino themes setup: width changed to 40% git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1059 e54a6e83-5905-42d5-8d5c-058d10e6a962 ------------------ This commit was generated by Migit --- src/gui/themes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/themes.cpp b/src/gui/themes.cpp index 9a50e6084..3afbfbc15 100644 --- a/src/gui/themes.cpp +++ b/src/gui/themes.cpp @@ -55,7 +55,7 @@ CThemes::CThemes() : themefile('\t') { frameBuffer = CFrameBuffer::getInstance(); - width = w_max (35, 10); + width = w_max (40, 10); hheight = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->getHeight(); mheight = g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getHeight(); height = hheight+13*mheight+ 10;