mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[RAPPS] Adjusted splitter values a bit. CORE-13163
svn path=/branches/GSoC_2017/rapps/; revision=75718
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user