mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-12 01:36:58 +00:00
center align sRGB button
This commit is contained in:
parent
eb5889af56
commit
ac7f1b9f59
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ wxPanel* GeneralSettings2::AddGraphicsPage(wxNotebook* notebook)
|
|||
m_userDisplayisSRGB->Bind(wxEVT_CHECKBOX, &GeneralSettings2::OnUserDisplaySRGBSelected, this);
|
||||
|
||||
test->Add(m_userDisplayGamma, 0, wxALL, 5);
|
||||
test->Add(m_userDisplayisSRGB, 0, wxALL, 5);
|
||||
test->Add(m_userDisplayisSRGB, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5);
|
||||
|
||||
box_sizer->Add(row, 0, wxEXPAND, 5);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue