Commit 7e1173fe893bb52af3a1a7f7c8419b526fa8249e
1 parent
5b54553bd3
Exists in
master
and in
2 other branches
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 | 193 | case CrispyDegree: | 
| 194 | 194 | return ":/images/slider_icon/gau_icon_05.png"; | 
| 195 | 195 | case MoistDegree: | 
| 196 | - return ":/images/slider_icon/gau_icon_06.png"; | |
| 196 | + return ":/images/slider_icon/Gau_icon_06.png"; | |
| 197 | 197 | case Thickness: | 
| 198 | - return ":/images/slider_icon/gau_icon_07.png"; | |
| 198 | + return ":/images/slider_icon/Gau_icon_07.png"; | |
| 199 | 199 | case Humidity: | 
| 200 | 200 | return ":/images/slider_icon/humidity.png"; | 
| 201 | 201 | case Temperature: | 
| ... | ... | @@ -228,9 +228,9 @@ QString Define::iconOverlay(Define::CookConfigType type) | 
| 228 | 228 | case CrispyDegree: | 
| 229 | 229 | return ":/images/slider_icon/gau_icon_05_ov.png"; | 
| 230 | 230 | case MoistDegree: | 
| 231 | - return ":/images/slider_icon/gau_icon_06_ov.png"; | |
| 231 | + return ":/images/slider_icon/Gau_icon_06_ov.png"; | |
| 232 | 232 | case Thickness: | 
| 233 | - return ":/images/slider_icon/gau_icon_07_ov.png"; | |
| 233 | + return ":/images/slider_icon/Gau_icon_07_ov.png"; | |
| 234 | 234 | case Humidity: | 
| 235 | 235 | return ":/images/slider_icon/humidity_ov.png"; | 
| 236 | 236 | case Temperature: | ... | ... |