Fix illegible color in 'unsaved changes dialog' on linux

This commit is contained in:
doot 2024-12-08 03:28:48 +08:00 committed by Lane.Wei
parent 9db53eca23
commit 060ee9a6d5

View File

@ -1539,7 +1539,6 @@ void UnsavedChangesDialog::update_list()
text_left->SetFont(::Label::Head_13);
text_left->Wrap(-1);
text_left->SetForegroundColour(GREY700);
text_left->SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOTEXT));
sizer_left_v->Add(text_left, 0, wxLEFT, 37);
@ -1568,7 +1567,6 @@ void UnsavedChangesDialog::update_list()
text_left->SetFont(::Label::Body_13);
text_left->Wrap(-1);
text_left->SetForegroundColour(GREY700);
text_left->SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOTEXT));
sizer_left_v->Add(text_left, 0, wxLEFT, 51 );