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:
@@ -110,6 +110,8 @@ class SelectionBar final : public ToolBar {
|
||||
wxStaticText * mLengthTitle;
|
||||
wxStaticText * mEndTitle;
|
||||
|
||||
wxStaticText * mHyphen[3];
|
||||
|
||||
wxStaticText * mProxy;
|
||||
wxStaticText * mStartEndProxy;
|
||||
wxStaticText * mStartLengthProxy;
|
||||
|
||||
Reference in New Issue
Block a user