mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
ENH: [STUDIO-2858] UI optimization in FullCompareDialog dark mode
Change-Id: Ie51a6ef931c83fd61d0268f7a59a0a49791fee6f
This commit is contained in:
parent
1f56efe5ea
commit
739732ec18
1 changed files with 3 additions and 1 deletions
|
@ -1703,7 +1703,7 @@ FullCompareDialog::FullCompareDialog(const wxString& option_name, const wxString
|
||||||
const wxString& old_value_header, const wxString& new_value_header)
|
const wxString& old_value_header, const wxString& new_value_header)
|
||||||
: wxDialog(nullptr, wxID_ANY, option_name, wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
: wxDialog(nullptr, wxID_ANY, option_name, wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||||
{
|
{
|
||||||
wxGetApp().UpdateDarkUI(this);
|
SetBackgroundColour(*wxWHITE);
|
||||||
|
|
||||||
int border = 10;
|
int border = 10;
|
||||||
|
|
||||||
|
@ -1774,6 +1774,8 @@ FullCompareDialog::FullCompareDialog(const wxString& option_name, const wxString
|
||||||
|
|
||||||
SetSizer(topSizer);
|
SetSizer(topSizer);
|
||||||
topSizer->SetSizeHints(this);
|
topSizer->SetSizeHints(this);
|
||||||
|
|
||||||
|
wxGetApp().UpdateDlgDarkUI(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue