Commit ea3dabf48f9767ee1803512568ced99275153e11
1 parent
e34c94639b
Exists in
master
버전 1.6.11
디자인 피드백 반영
Showing
6 changed files
with
12 additions
and
12 deletions
Show diff stats
app/gui/oven_control/define.h
app/gui/oven_control/mainwindow.ui
... | ... | @@ -36,7 +36,7 @@ border-top: 200px; |
36 | 36 | border-bottom: -50px; |
37 | 37 | border-style: hidden; |
38 | 38 | color: white; |
39 | -font-size: 28px; | |
39 | +font-size: 40px; | |
40 | 40 | } |
41 | 41 | |
42 | 42 | QPushButton[style="type"] { |
... | ... | @@ -49,7 +49,7 @@ margin-top: 42px; |
49 | 49 | padding-top: 82px; |
50 | 50 | border-style: hidden; |
51 | 51 | color: white; |
52 | -font-size: 38px; | |
52 | +font-size: 36px; | |
53 | 53 | } |
54 | 54 | |
55 | 55 | QPushButton[style="function"] { |
... | ... | @@ -61,7 +61,7 @@ background-origin: border; |
61 | 61 | padding-top: 206px; |
62 | 62 | border-style: hidden; |
63 | 63 | color: white; |
64 | -font-size: 28px; | |
64 | +font-size: 30px; | |
65 | 65 | }</string> |
66 | 66 | </property> |
67 | 67 | <widget class="QWidget" name="centralwidget"> | ... | ... |
app/gui/oven_control/manualcooksettingwidget.ui
app/gui/oven_control/manualcookwindow.ui
app/gui/oven_control/multicookselectionwindow.ui
... | ... | @@ -27,7 +27,7 @@ border-top: 200px; |
27 | 27 | border-bottom: -50px; |
28 | 28 | border-style: hidden; |
29 | 29 | color: white; |
30 | -font-size: 28px; | |
30 | +font-size: 40px; | |
31 | 31 | } |
32 | 32 | |
33 | 33 | QPushButton[style="type"] { |
... | ... | @@ -40,7 +40,7 @@ margin-top: 42px; |
40 | 40 | padding-top: 82px; |
41 | 41 | border-style: hidden; |
42 | 42 | color: white; |
43 | -font-size: 38px; | |
43 | +font-size: 36px; | |
44 | 44 | } |
45 | 45 | |
46 | 46 | QPushButton[style="function"] { |
... | ... | @@ -52,7 +52,7 @@ background-origin: border; |
52 | 52 | border-top: 206px; |
53 | 53 | border-style: hidden; |
54 | 54 | color: white; |
55 | -font-size: 28px; | |
55 | +font-size: 30px; | |
56 | 56 | } |
57 | 57 | |
58 | 58 | QPushButton:disabled { color: #7B7B7B; }</string> | ... | ... |
app/gui/oven_control/programmingselectionwindow.ui
... | ... | @@ -27,7 +27,7 @@ border-top: 200px; |
27 | 27 | border-bottom: -50px; |
28 | 28 | border-style: hidden; |
29 | 29 | color: white; |
30 | -font-size: 28px; | |
30 | +font-size: 40px; | |
31 | 31 | } |
32 | 32 | |
33 | 33 | QPushButton[style="type"] { |
... | ... | @@ -40,7 +40,7 @@ margin-top: 42px; |
40 | 40 | padding-top: 82px; |
41 | 41 | border-style: hidden; |
42 | 42 | color: white; |
43 | -font-size: 38px; | |
43 | +font-size: 36px; | |
44 | 44 | } |
45 | 45 | |
46 | 46 | QPushButton[style="function"] { |
... | ... | @@ -52,7 +52,7 @@ background-origin: border; |
52 | 52 | border-top: 206px; |
53 | 53 | border-style: hidden; |
54 | 54 | color: white; |
55 | -font-size: 28px; | |
55 | +font-size: 30px; | |
56 | 56 | } |
57 | 57 | |
58 | 58 | QPushButton:disabled { color: #7B7B7B; }</string> | ... | ... |