kiran-control-panel/0001-fix-system-buttons-on-the-system-information-page-ar.patch
liuxinhao a874478c79 fix systeminfo plugin some bugs
- 更新统一系统信息页面插件弹窗风格样式,系统信息页面按钮为了避免显示不全恢复之前的大小
2022-08-04 01:17:11 +08:00

72 lines
2.4 KiB
Diff

From 7dda81e40d5e5e18b0138d93b8b5c1785e45040b Mon Sep 17 00:00:00 2001
From: liuxinhao <liuxinhao@kylinsec.com.cn>
Date: Wed, 3 Aug 2022 11:36:32 +0800
Subject: [PATCH 1/2] fix(system): buttons on the system information page are
not fully displayed
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 系统信息页面按钮为了避免显示不全恢复之前的大小
Closes #I5H229
---
.../pages/system-information/system-information.ui | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/plugins/system/src/pages/system-information/system-information.ui b/plugins/system/src/pages/system-information/system-information.ui
index a930da2..5beafd2 100644
--- a/plugins/system/src/pages/system-information/system-information.ui
+++ b/plugins/system/src/pages/system-information/system-information.ui
@@ -187,13 +187,13 @@
<property name="minimumSize">
<size>
<width>56</width>
- <height>24</height>
+ <height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>56</width>
- <height>24</height>
+ <height>28</height>
</size>
</property>
<property name="text">
@@ -460,13 +460,13 @@
<property name="minimumSize">
<size>
<width>56</width>
- <height>24</height>
+ <height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>56</width>
- <height>24</height>
+ <height>28</height>
</size>
</property>
<property name="text">
@@ -532,13 +532,13 @@
<property name="minimumSize">
<size>
<width>56</width>
- <height>24</height>
+ <height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>56</width>
- <height>24</height>
+ <height>28</height>
</size>
</property>
<property name="text">
--
2.33.0