1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-22 16:41:18 +01:00

Add hyphen between fields and tooltips.

Tooltips tell users what the abbreviated names in the radio button group mean.  The hyphen helps a little in relating the title , which has a hyphen in it, to the two fields.
This commit is contained in:
James Crook
2017-05-25 11:39:30 +01:00
parent 8afeed5f78
commit b3a70b5993
2 changed files with 17 additions and 2 deletions

View File

@@ -110,6 +110,8 @@ class SelectionBar final : public ToolBar {
wxStaticText * mLengthTitle;
wxStaticText * mEndTitle;
wxStaticText * mHyphen[3];
wxStaticText * mProxy;
wxStaticText * mStartEndProxy;
wxStaticText * mStartLengthProxy;