mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
UI: remove unnecessary parenthesis
This commit is contained in:
parent
d94cf17e88
commit
c43d2c760d
@ -172,7 +172,7 @@ wxBoxSizer* EmulatedUSBDeviceFrame::AddSkylanderRow(uint8 rowNumber, wxStaticBox
|
||||
|
||||
row->Add(new wxStaticText(box, wxID_ANY,
|
||||
fmt::format("{} {}", _("Skylander").ToStdString(),
|
||||
(rowNumber + 1))),
|
||||
rowNumber + 1)),
|
||||
1, wxEXPAND | wxALL, 2);
|
||||
m_skylanderSlots[rowNumber] =
|
||||
new wxTextCtrl(box, wxID_ANY, _("None"), wxDefaultPosition, wxDefaultSize,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user