Commit 7e1173fe893bb52af3a1a7f7c8419b526fa8249e

Authored by 김태훈
1 parent 5b54553bd3
Exists in master and in 2 other branches fhd, fhd-demo

UI 수정

- 슬라이더 아이콘 일부가 표시되지 않는 문제 수정
Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/gui/oven_control/define.cpp
@@ -193,9 +193,9 @@ QString Define::icon(Define::CookConfigType type) @@ -193,9 +193,9 @@ QString Define::icon(Define::CookConfigType type)
193 case CrispyDegree: 193 case CrispyDegree:
194 return ":/images/slider_icon/gau_icon_05.png"; 194 return ":/images/slider_icon/gau_icon_05.png";
195 case MoistDegree: 195 case MoistDegree:
196 - return ":/images/slider_icon/gau_icon_06.png"; 196 + return ":/images/slider_icon/Gau_icon_06.png";
197 case Thickness: 197 case Thickness:
198 - return ":/images/slider_icon/gau_icon_07.png"; 198 + return ":/images/slider_icon/Gau_icon_07.png";
199 case Humidity: 199 case Humidity:
200 return ":/images/slider_icon/humidity.png"; 200 return ":/images/slider_icon/humidity.png";
201 case Temperature: 201 case Temperature:
@@ -228,9 +228,9 @@ QString Define::iconOverlay(Define::CookConfigType type) @@ -228,9 +228,9 @@ QString Define::iconOverlay(Define::CookConfigType type)
228 case CrispyDegree: 228 case CrispyDegree:
229 return ":/images/slider_icon/gau_icon_05_ov.png"; 229 return ":/images/slider_icon/gau_icon_05_ov.png";
230 case MoistDegree: 230 case MoistDegree:
231 - return ":/images/slider_icon/gau_icon_06_ov.png"; 231 + return ":/images/slider_icon/Gau_icon_06_ov.png";
232 case Thickness: 232 case Thickness:
233 - return ":/images/slider_icon/gau_icon_07_ov.png"; 233 + return ":/images/slider_icon/Gau_icon_07_ov.png";
234 case Humidity: 234 case Humidity:
235 return ":/images/slider_icon/humidity_ov.png"; 235 return ":/images/slider_icon/humidity_ov.png";
236 case Temperature: 236 case Temperature: