center align sRGB button

This commit is contained in:
goeiecool9999 2025-09-05 15:05:46 +02:00
parent eb5889af56
commit ac7f1b9f59

View file

@ -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);