mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 08:26:04 +08:00
Fix illegible color in 'unsaved changes dialog' on linux
This commit is contained in:
parent
9db53eca23
commit
060ee9a6d5
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user