mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
ENH: [STUDIO-2858] UI optimization in FullCompareDialog dark mode
Change-Id: Ie51a6ef931c83fd61d0268f7a59a0a49791fee6f
This commit is contained in:
@@ -1703,7 +1703,7 @@ FullCompareDialog::FullCompareDialog(const wxString& option_name, const wxString
|
||||
const wxString& old_value_header, const wxString& new_value_header)
|
||||
: wxDialog(nullptr, wxID_ANY, option_name, wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||
{
|
||||
wxGetApp().UpdateDarkUI(this);
|
||||
SetBackgroundColour(*wxWHITE);
|
||||
|
||||
int border = 10;
|
||||
|
||||
@@ -1774,6 +1774,8 @@ FullCompareDialog::FullCompareDialog(const wxString& option_name, const wxString
|
||||
|
||||
SetSizer(topSizer);
|
||||
topSizer->SetSizeHints(this);
|
||||
|
||||
wxGetApp().UpdateDlgDarkUI(this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user