db8974b9
by Zhiyi Zhang at 2026-01-15T21:23:19+01:00
comctl32_v6: Add horizontal spacing around button text.
BCM_GETIDEALSIZE returns a size just enough to display the button text. Windows adds horizontal
spacing around button text when it doesn't exceed the maximum button width limit. Two times
DIALOG_SPACING at each side seems close to what native does.