1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Tweak radio-button spacing (slightly tighter)

This commit is contained in:
james.k.crook 2010-02-07 22:25:16 +00:00
parent 781491dfc0
commit 365c0c8ac3

View File

@ -304,7 +304,7 @@ void ExportMultiple::PopulateOrExchange(ShuttleGui& S)
S.SetBorder(5);
S.StartStatic(_("Name files:"), false);
{
S.SetBorder(2);
mByNumberAndName = S.Id(ByNameAndNumberID)
.AddRadioButton(_("Using number AND Label/Track Name"));