Compare View
Commits (5)
-
디자인 피드백 반영
Showing
37 changed files
Show diff stats
app/gui/oven_control/autocookselectionwindow.ui
app/gui/oven_control/define.h
app/gui/oven_control/images/cook_type/additional.png
app/gui/oven_control/images/cook_type/additional_big.png
app/gui/oven_control/images/cook_type/additional_hide.png
app/gui/oven_control/images/cook_type/additional_ov.png
app/gui/oven_control/images/cook_type/bread.png
app/gui/oven_control/images/cook_type/bread_big.png
app/gui/oven_control/images/cook_type/bread_hide.png
app/gui/oven_control/images/cook_type/bread_ov.png
app/gui/oven_control/images/cook_type/desert.png
app/gui/oven_control/images/cook_type/desert_big.png
app/gui/oven_control/images/cook_type/desert_hide.png
app/gui/oven_control/images/cook_type/desert_ov.png
app/gui/oven_control/images/cook_type/etc.png
app/gui/oven_control/images/cook_type/etc_big.png
app/gui/oven_control/images/cook_type/etc_hide.png
app/gui/oven_control/images/cook_type/etc_ov.png
app/gui/oven_control/images/cook_type/fish.png
app/gui/oven_control/images/cook_type/fish_big.png
app/gui/oven_control/images/cook_type/fish_hide.png
app/gui/oven_control/images/cook_type/fish_ov.png
app/gui/oven_control/images/cook_type/meat.png
app/gui/oven_control/images/cook_type/meat_big.png
app/gui/oven_control/images/cook_type/meat_hide.png
app/gui/oven_control/images/cook_type/meat_ov.png
app/gui/oven_control/images/cook_type/poultry.png
app/gui/oven_control/images/cook_type/poultry_big.png
app/gui/oven_control/images/cook_type/poultry_hide.png
app/gui/oven_control/images/cook_type/poultry_ov.png
app/gui/oven_control/images/cook_type/vegetable.png
app/gui/oven_control/images/cook_type/vegetable_big.png
app/gui/oven_control/images/cook_type/vegetable_hide.png
app/gui/oven_control/images/cook_type/vegetable_ov.png
app/gui/oven_control/mainwindow.ui
| ... | ... | @@ -41,14 +41,15 @@ font-size: 48px; |
| 41 | 41 | |
| 42 | 42 | QPushButton[style="type"] { |
| 43 | 43 | background-repeat: no-repeat; |
| 44 | -background-position: center; | |
| 45 | -background-clip: border; | |
| 44 | +background-position: top; | |
| 45 | +background-clip: margin; | |
| 46 | 46 | background-origin: border; |
| 47 | +margin-top: 52px; | |
| 47 | 48 | |
| 48 | -border-top: 198px; | |
| 49 | +padding-top: 100px; | |
| 49 | 50 | border-style: hidden; |
| 50 | 51 | color: white; |
| 51 | -font-size: 36px; | |
| 52 | +font-size: 44px; | |
| 52 | 53 | } |
| 53 | 54 | |
| 54 | 55 | QPushButton[style="function"] { | ... | ... |
app/gui/oven_control/multicookselectionwindow.ui
| ... | ... | @@ -32,14 +32,15 @@ font-size: 48px; |
| 32 | 32 | |
| 33 | 33 | QPushButton[style="type"] { |
| 34 | 34 | background-repeat: no-repeat; |
| 35 | -background-position: center; | |
| 36 | -background-clip: border; | |
| 35 | +background-position: top; | |
| 36 | +background-clip: margin; | |
| 37 | 37 | background-origin: border; |
| 38 | +margin-top: 52px; | |
| 38 | 39 | |
| 39 | -border-top: 198px; | |
| 40 | +padding-top: 100px; | |
| 40 | 41 | border-style: hidden; |
| 41 | 42 | color: white; |
| 42 | -font-size: 36px; | |
| 43 | +font-size: 44px; | |
| 43 | 44 | } |
| 44 | 45 | |
| 45 | 46 | QPushButton[style="function"] { | ... | ... |
app/gui/oven_control/programmingselectionwindow.ui
| ... | ... | @@ -32,14 +32,15 @@ font-size: 48px; |
| 32 | 32 | |
| 33 | 33 | QPushButton[style="type"] { |
| 34 | 34 | background-repeat: no-repeat; |
| 35 | -background-position: center; | |
| 36 | -background-clip: border; | |
| 35 | +background-position: top; | |
| 36 | +background-clip: margin; | |
| 37 | 37 | background-origin: border; |
| 38 | +margin-top: 52px; | |
| 38 | 39 | |
| 39 | -border-top: 198px; | |
| 40 | +padding-top: 100px; | |
| 40 | 41 | border-style: hidden; |
| 41 | 42 | color: white; |
| 42 | -font-size: 36px; | |
| 43 | +font-size: 44px; | |
| 43 | 44 | } |
| 44 | 45 | |
| 45 | 46 | QPushButton[style="function"] { | ... | ... |