From be9184dfa6f582ef00fc070d42ff82f71eb44d03 Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Wed, 30 Aug 2017 22:22:38 +0000 Subject: [PATCH] [RAPPS] Adjusted splitter values a bit. CORE-13163 svn path=/branches/GSoC_2017/rapps/; revision=75718 --- reactos/base/applications/rapps/gui.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/base/applications/rapps/gui.cpp b/reactos/base/applications/rapps/gui.cpp index 1d395266845..04efed24795 100644 --- a/reactos/base/applications/rapps/gui.cpp +++ b/reactos/base/applications/rapps/gui.cpp @@ -789,9 +789,9 @@ private: m_HSplitter->m_HorizontalAlignment = UiAlign_Stretch; m_HSplitter->m_DynamicFirst = TRUE; m_HSplitter->m_Horizontal = TRUE; - m_HSplitter->m_Pos = 150; + m_HSplitter->m_Pos = INT_MAX; //set INT_MAX to use lowest possible position (m_MinSecond) m_HSplitter->m_MinFirst = 10; - m_HSplitter->m_MinSecond = 10; + m_HSplitter->m_MinSecond = 140; m_VSplitter->Second().Append(m_HSplitter); return m_HSplitter->Create(m_hWnd) != NULL; @@ -1533,7 +1533,6 @@ private: ImageList_Destroy(hImageListBuf); } - //if previous one was INSTALLED purge the list if (IS_INSTALLED_ENUM(EnumType)) { if (!bWasInInstalled)