[0.4.2] * Merge the browseui addressband fix by Christoph in r72103. CORE-11766

svn path=/branches/ros-branch-0_4_2/; revision=72112
This commit is contained in:
Amine Khaldi 2016-08-05 09:36:22 +00:00
parent 0db027bf72
commit 3f56e98f4f

View file

@ -72,7 +72,7 @@ HRESULT STDMETHODCALLTYPE CAddressBand::GetBandInfo(DWORD dwBandID, DWORD dwView
{
if (pdbi->dwMask & DBIM_MINSIZE)
{
pdbi->ptMinSize.x = 400;
pdbi->ptMinSize.x = 100;
pdbi->ptMinSize.y = 22;
}
if (pdbi->dwMask & DBIM_MAXSIZE)
@ -87,7 +87,7 @@ HRESULT STDMETHODCALLTYPE CAddressBand::GetBandInfo(DWORD dwBandID, DWORD dwView
}
if (pdbi->dwMask & DBIM_ACTUAL)
{
pdbi->ptActual.x = 400;
pdbi->ptActual.x = 100;
pdbi->ptActual.y = 22;
}
if (pdbi->dwMask & DBIM_TITLE)