mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 10:05:35 +00:00
[RAPPS] Adjusted splitter values a bit. CORE-13163
svn path=/branches/GSoC_2017/rapps/; revision=75718
This commit is contained in:
parent
409b9f317c
commit
be9184dfa6
1 changed files with 2 additions and 3 deletions
|
@ -789,9 +789,9 @@ private:
|
||||||
m_HSplitter->m_HorizontalAlignment = UiAlign_Stretch;
|
m_HSplitter->m_HorizontalAlignment = UiAlign_Stretch;
|
||||||
m_HSplitter->m_DynamicFirst = TRUE;
|
m_HSplitter->m_DynamicFirst = TRUE;
|
||||||
m_HSplitter->m_Horizontal = 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_MinFirst = 10;
|
||||||
m_HSplitter->m_MinSecond = 10;
|
m_HSplitter->m_MinSecond = 140;
|
||||||
m_VSplitter->Second().Append(m_HSplitter);
|
m_VSplitter->Second().Append(m_HSplitter);
|
||||||
|
|
||||||
return m_HSplitter->Create(m_hWnd) != NULL;
|
return m_HSplitter->Create(m_hWnd) != NULL;
|
||||||
|
@ -1533,7 +1533,6 @@ private:
|
||||||
ImageList_Destroy(hImageListBuf);
|
ImageList_Destroy(hImageListBuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
//if previous one was INSTALLED purge the list
|
|
||||||
if (IS_INSTALLED_ENUM(EnumType))
|
if (IS_INSTALLED_ENUM(EnumType))
|
||||||
{
|
{
|
||||||
if (!bWasInInstalled)
|
if (!bWasInInstalled)
|
||||||
|
|
Loading…
Reference in a new issue