From abb6056926d0b8a53b3ffc15a09a6ab4c97d7ceb Mon Sep 17 00:00:00 2001 From: taehoon Date: Wed, 28 Aug 2024 11:22:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=EC=8B=9C=EC=95=88=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/mainwindow.ui | 13 +++++++------ app/gui/oven_control/manualcooksettingwidget.ui | 2 +- app/gui/oven_control/manualcookwindow.ui | 2 +- app/gui/oven_control/multicookselectionwindow.ui | 13 +++++++------ app/gui/oven_control/programmingselectionwindow.ui | 13 +++++++------ 5 files changed, 23 insertions(+), 20 deletions(-) diff --git a/app/gui/oven_control/mainwindow.ui b/app/gui/oven_control/mainwindow.ui index e392b53..fdcd4e5 100644 --- a/app/gui/oven_control/mainwindow.ui +++ b/app/gui/oven_control/mainwindow.ui @@ -36,19 +36,20 @@ border-top: 248px; border-bottom: -60px; border-style: hidden; color: white; -font-size: 48px; +font-size: 34px; } QPushButton[style="type"] { background-repeat: no-repeat; -background-position: center; -background-clip: border; +background-position: top; +background-clip: margin; background-origin: border; +margin-top: 52px; -border-top: 198px; +padding-top: 100px; border-style: hidden; color: white; -font-size: 36px; +font-size: 46px; } QPushButton[style="function"] { @@ -60,7 +61,7 @@ background-origin: border; padding-top: 247px; border-style: hidden; color: white; -font-size: 36px; +font-size: 34px; } diff --git a/app/gui/oven_control/manualcooksettingwidget.ui b/app/gui/oven_control/manualcooksettingwidget.ui index 29a2e6d..893d145 100644 --- a/app/gui/oven_control/manualcooksettingwidget.ui +++ b/app/gui/oven_control/manualcooksettingwidget.ui @@ -34,7 +34,7 @@ border-top: 248px; border-bottom: -60px; border-style: hidden; color: #7B7B7B; -font-size: 48px; +font-size: 34px; } QPushButton[style="mode"]:checked { diff --git a/app/gui/oven_control/manualcookwindow.ui b/app/gui/oven_control/manualcookwindow.ui index 012c060..9998d2c 100644 --- a/app/gui/oven_control/manualcookwindow.ui +++ b/app/gui/oven_control/manualcookwindow.ui @@ -25,7 +25,7 @@ border-top: 248px; border-bottom: -60px; border-style: hidden; color: #7B7B7B; -font-size: 48px; +font-size: 34px; } QPushButton[style="mode"]:checked { diff --git a/app/gui/oven_control/multicookselectionwindow.ui b/app/gui/oven_control/multicookselectionwindow.ui index 27b1de2..35f606e 100644 --- a/app/gui/oven_control/multicookselectionwindow.ui +++ b/app/gui/oven_control/multicookselectionwindow.ui @@ -27,19 +27,20 @@ border-top: 248px; border-bottom: -60px; border-style: hidden; color: white; -font-size: 48px; +font-size: 34px; } QPushButton[style="type"] { background-repeat: no-repeat; -background-position: center; -background-clip: border; +background-position: top; +background-clip: margin; background-origin: border; +margin-top: 52px; -border-top: 198px; +padding-top: 100px; border-style: hidden; color: white; -font-size: 36px; +font-size: 46px; } QPushButton[style="function"] { @@ -51,7 +52,7 @@ background-origin: border; border-top: 247px; border-style: hidden; color: white; -font-size: 36px; +font-size: 34px; } QPushButton:disabled { color: #7B7B7B; } diff --git a/app/gui/oven_control/programmingselectionwindow.ui b/app/gui/oven_control/programmingselectionwindow.ui index 8c31da2..2e5b9f6 100644 --- a/app/gui/oven_control/programmingselectionwindow.ui +++ b/app/gui/oven_control/programmingselectionwindow.ui @@ -27,19 +27,20 @@ border-top: 248px; border-bottom: -60px; border-style: hidden; color: white; -font-size: 48px; +font-size: 34px; } QPushButton[style="type"] { background-repeat: no-repeat; -background-position: center; -background-clip: border; +background-position: top; +background-clip: margin; background-origin: border; +margin-top: 52px; -border-top: 198px; +padding-top: 100px; border-style: hidden; color: white; -font-size: 36px; +font-size: 46px; } QPushButton[style="function"] { @@ -51,7 +52,7 @@ background-origin: border; border-top: 247px; border-style: hidden; color: white; -font-size: 36px; +font-size: 34px; } QPushButton:disabled { color: #7B7B7B; } -- 2.1.4