Mageia Bugzilla – Attachment 11045 Details for
Bug 24884
audacity GUI broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
rediffed patch
audacity-2.3.2-wxwidgets-fix-gui-projectrate.patch (text/plain), 1.06 KB, created by
Giuseppe Ghibò
on 2019-05-31 13:34:26 CEST
(
hide
)
Description:
rediffed patch
Filename:
MIME Type:
Creator:
Giuseppe Ghibò
Created:
2019-05-31 13:34:26 CEST
Size:
1.06 KB
patch
obsolete
>diff -up audacity-minsrc-2.3.2/src/toolbars/SelectionBar.cpp.rate audacity-minsrc-2.3.2/src/toolbars/SelectionBar.cpp >--- audacity-minsrc-2.3.2/src/toolbars/SelectionBar.cpp.rate 2019-05-31 12:40:21.818006141 +0200 >+++ audacity-minsrc-2.3.2/src/toolbars/SelectionBar.cpp 2019-05-31 12:44:06.059700728 +0200 >@@ -150,7 +150,7 @@ NumericTextCtrl * SelectionBar::AddTime( > auto pCtrl = safenew NumericTextCtrl( > this, id, NumericConverter::TIME, formatName, 0.0, mRate); > pCtrl->SetName(Name); >- pSizer->Add(pCtrl, 0, wxALIGN_TOP | wxRIGHT, 5); >+ pSizer->Add(pCtrl, 0, wxALIGN_TOP | wxRIGHT, 25); > return pCtrl; > } > >@@ -228,7 +228,7 @@ void SelectionBar::Populate() > // Botton row, (mostly time controls) > mRateBox = safenew wxComboBox(this, RateID, > wxT(""), >- wxDefaultPosition, wxSize(80, -1)); >+ wxDefaultPosition, wxSize(170, -1)); > #if wxUSE_ACCESSIBILITY > // so that name can be set on a standard control > mRateBox->SetAccessible(safenew WindowAccessible(mRateBox));
diff -up audacity-minsrc-2.3.2/src/toolbars/SelectionBar.cpp.rate audacity-minsrc-2.3.2/src/toolbars/SelectionBar.cpp --- audacity-minsrc-2.3.2/src/toolbars/SelectionBar.cpp.rate 2019-05-31 12:40:21.818006141 +0200 +++ audacity-minsrc-2.3.2/src/toolbars/SelectionBar.cpp 2019-05-31 12:44:06.059700728 +0200 @@ -150,7 +150,7 @@ NumericTextCtrl * SelectionBar::AddTime( auto pCtrl = safenew NumericTextCtrl( this, id, NumericConverter::TIME, formatName, 0.0, mRate); pCtrl->SetName(Name); - pSizer->Add(pCtrl, 0, wxALIGN_TOP | wxRIGHT, 5); + pSizer->Add(pCtrl, 0, wxALIGN_TOP | wxRIGHT, 25); return pCtrl; } @@ -228,7 +228,7 @@ void SelectionBar::Populate() // Botton row, (mostly time controls) mRateBox = safenew wxComboBox(this, RateID, wxT(""), - wxDefaultPosition, wxSize(80, -1)); + wxDefaultPosition, wxSize(170, -1)); #if wxUSE_ACCESSIBILITY // so that name can be set on a standard control mRateBox->SetAccessible(safenew WindowAccessible(mRateBox));
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24884
:
11038
|
11039
|
11040
|
11041
|
11042
|
11043
|
11044
| 11045 |
11046
|
11116