Kaydet (Commit) e25f17ab authored tarafından Caolán McNamara's avatar Caolán McNamara

be a little more generous with spacing around images in buttons

Change-Id: I14c2b43a97e061759bf7ea48c18a3400556d45da
üst 0849f731
...@@ -1700,8 +1700,8 @@ Size PushButton::CalcMinimumSize( long nMaxWidth ) const ...@@ -1700,8 +1700,8 @@ Size PushButton::CalcMinimumSize( long nMaxWidth ) const
// cf. ImplDrawPushButton ... // cf. ImplDrawPushButton ...
if( (GetStyle() & WB_SMALLSTYLE) == 0 ) if( (GetStyle() & WB_SMALLSTYLE) == 0 )
{ {
aSize.Width() += 8; aSize.Width() += 12;
aSize.Height() += 8; aSize.Height() += 12;
} }
return CalcWindowSize( aSize ); return CalcWindowSize( aSize );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment