Skip to content

Commit

Permalink
Fix illegible color in 'unsaved changes dialog' on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
D0ot committed Dec 7, 2024
1 parent 1540fbd commit 4cad9f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/slic3r/GUI/UnsavedChangesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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 );

Expand Down

0 comments on commit 4cad9f7

Please sign in to comment.