mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: the image size
jira: [STUDIO-12374] Change-Id: Ib02d0bb53911c92e2d7ca2cc16c835275e3a6460 (cherry picked from commit a1906daf4b480c8990d7af79e0de55c34cd47e47)
This commit is contained in:
@@ -2800,8 +2800,8 @@ AMSHumidity::AMSHumidity(wxWindow* parent, wxWindowID id, AMSinfo info, const wx
|
||||
for (int i = 1; i <= 5; i++) { ams_humidity_no_num_imgs.push_back(ScalableBitmap(this, "hum_level" + std::to_string(i) + "_no_num_light", 16)); }
|
||||
for (int i = 1; i <= 5; i++) { ams_humidity_no_num_dark_imgs.push_back(ScalableBitmap(this, "hum_level" + std::to_string(i) + "_no_num_dark", 16)); }
|
||||
|
||||
ams_sun_img = ScalableBitmap(this, "ams_drying", 16);
|
||||
ams_drying_img = ScalableBitmap(this, "ams_is_drying", 16);
|
||||
ams_sun_img = ScalableBitmap(this, "ams_drying", 20);
|
||||
ams_drying_img = ScalableBitmap(this, "ams_is_drying", 20);
|
||||
|
||||
Bind(wxEVT_PAINT, &AMSHumidity::paintEvent, this);
|
||||
//wxWindow::SetBackgroundColour(AMS_CONTROL_DEF_HUMIDITY_BK_COLOUR);
|
||||
|
||||
Reference in New Issue
Block a user