Compare View
Commits (5)
-
디자인 피드백 반영
Showing
37 changed files
Show diff stats
app/gui/oven_control/autocookselectionwindow.ui
@@ -138,7 +138,7 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h | @@ -138,7 +138,7 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h | ||
138 | <rect> | 138 | <rect> |
139 | <x>0</x> | 139 | <x>0</x> |
140 | <y>516</y> | 140 | <y>516</y> |
141 | - <width>240</width> | 141 | + <width>300</width> |
142 | <height>180</height> | 142 | <height>180</height> |
143 | </rect> | 143 | </rect> |
144 | </property> | 144 | </property> |
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,14 +41,15 @@ font-size: 48px; | ||
41 | 41 | ||
42 | QPushButton[style="type"] { | 42 | QPushButton[style="type"] { |
43 | background-repeat: no-repeat; | 43 | background-repeat: no-repeat; |
44 | -background-position: center; | ||
45 | -background-clip: border; | 44 | +background-position: top; |
45 | +background-clip: margin; | ||
46 | background-origin: border; | 46 | background-origin: border; |
47 | +margin-top: 52px; | ||
47 | 48 | ||
48 | -border-top: 198px; | 49 | +padding-top: 100px; |
49 | border-style: hidden; | 50 | border-style: hidden; |
50 | color: white; | 51 | color: white; |
51 | -font-size: 36px; | 52 | +font-size: 44px; |
52 | } | 53 | } |
53 | 54 | ||
54 | QPushButton[style="function"] { | 55 | QPushButton[style="function"] { |
app/gui/oven_control/multicookselectionwindow.ui
@@ -32,14 +32,15 @@ font-size: 48px; | @@ -32,14 +32,15 @@ font-size: 48px; | ||
32 | 32 | ||
33 | QPushButton[style="type"] { | 33 | QPushButton[style="type"] { |
34 | background-repeat: no-repeat; | 34 | background-repeat: no-repeat; |
35 | -background-position: center; | ||
36 | -background-clip: border; | 35 | +background-position: top; |
36 | +background-clip: margin; | ||
37 | background-origin: border; | 37 | background-origin: border; |
38 | +margin-top: 52px; | ||
38 | 39 | ||
39 | -border-top: 198px; | 40 | +padding-top: 100px; |
40 | border-style: hidden; | 41 | border-style: hidden; |
41 | color: white; | 42 | color: white; |
42 | -font-size: 36px; | 43 | +font-size: 44px; |
43 | } | 44 | } |
44 | 45 | ||
45 | QPushButton[style="function"] { | 46 | QPushButton[style="function"] { |
app/gui/oven_control/programmingselectionwindow.ui
@@ -32,14 +32,15 @@ font-size: 48px; | @@ -32,14 +32,15 @@ font-size: 48px; | ||
32 | 32 | ||
33 | QPushButton[style="type"] { | 33 | QPushButton[style="type"] { |
34 | background-repeat: no-repeat; | 34 | background-repeat: no-repeat; |
35 | -background-position: center; | ||
36 | -background-clip: border; | 35 | +background-position: top; |
36 | +background-clip: margin; | ||
37 | background-origin: border; | 37 | background-origin: border; |
38 | +margin-top: 52px; | ||
38 | 39 | ||
39 | -border-top: 198px; | 40 | +padding-top: 100px; |
40 | border-style: hidden; | 41 | border-style: hidden; |
41 | color: white; | 42 | color: white; |
42 | -font-size: 36px; | 43 | +font-size: 44px; |
43 | } | 44 | } |
44 | 45 | ||
45 | QPushButton[style="function"] { | 46 | QPushButton[style="function"] { |