From a5f0e7bd60b348f68271885c1b9238c554f4ea3c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 19 Sep 2012 11:01:28 +0200 Subject: [PATCH] CTextBox: trivial change for better readability in initVar() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a7bdf41dfec7ff9ace09f76451be316288b1a0d3 Author: Thilo Graf Date: 2012-09-19 (Wed, 19 Sep 2012) Origin message was: ------------------ *CTextBox: trivial change for better readability in initVar() ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/textbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/widget/textbox.cpp b/src/gui/widget/textbox.cpp index 2ef62f9cf..9c4c9c108 100644 --- a/src/gui/widget/textbox.cpp +++ b/src/gui/widget/textbox.cpp @@ -174,8 +174,8 @@ void CTextBox::initVar(void) m_cFrame.iY = g_settings.screen_StartY + ((g_settings.screen_EndY - g_settings.screen_StartY - MIN_WINDOW_HEIGHT) >>1); m_cFrame.iHeight = MIN_WINDOW_HEIGHT; - m_nMaxHeight = MAX_WINDOW_HEIGHT; - m_nMaxWidth = MAX_WINDOW_WIDTH; + m_nMaxHeight = MAX_WINDOW_HEIGHT; + m_nMaxWidth = MAX_WINDOW_WIDTH; m_textBackgroundColor = COL_MENUCONTENT_PLUS_0; m_textColor = COL_MENUCONTENT;