kiran-control-panel/0001-fix-network-Change-the-width-of-the-secondary-option.patch
luoqing 8a68dc8a5a 修复自测缺陷
- 修改网络插件二级选项侧边栏的宽度
- 完善音量插件和托盘显示禁用的情况
- 修复控制中心网络设置克隆MAC地址设置保存之后,再修改清空,保存无法保存的问题
2023-01-05 14:22:23 +08:00

38 lines
1.1 KiB
Diff

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