kiran-control-panel/0001-fix-network-Change-the-width-of-the-secondary-option.patch

38 lines
1.1 KiB
Diff
Raw Normal View History

From 4d70ccd259e54a48507f722085101ff76a414962 Mon Sep 17 00:00:00 2001
From: luoqing <luoqing@kylinsec.com.cn>
Date: Thu, 29 Dec 2022 11:22:42 +0800
Subject: [PATCH] fix(network):Change the width of the secondary options
sidebar
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 修改二级选项侧边栏的宽度
---
plugins/network/src/plugin/cpanel-network-widget.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/network/src/plugin/cpanel-network-widget.ui b/plugins/network/src/plugin/cpanel-network-widget.ui
index add60a4..de70410 100644
--- a/plugins/network/src/plugin/cpanel-network-widget.ui
+++ b/plugins/network/src/plugin/cpanel-network-widget.ui
@@ -63,13 +63,13 @@
</property>
<property name="minimumSize">
<size>
- <width>283</width>
+ <width>272</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>283</width>
+ <width>272</width>
<height>16777215</height>
</size>
</property>
--
2.33.0