mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Improve button chrome
This commit is contained in:
@@ -371,7 +371,7 @@ void DrawDefaultButton (Dialog *theDialog)
|
||||
for (int yOffset = -1; yOffset <= 1; yOffset++)
|
||||
{
|
||||
const Rect offsetRect = itemRect + Point::Create(xOffset, yOffset);
|
||||
surface->FrameRoundRect(offsetRect, 8, 8);
|
||||
surface->FrameRect(offsetRect);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user