81 lines
2.6 KiB
Diff
81 lines
2.6 KiB
Diff
From 732efe36e3826ef53492b08b16f3d13fdd3f0f07 Mon Sep 17 00:00:00 2001
|
|
From: xiaowen <xiaowen@kylinsec.com.cn>
|
|
Date: Tue, 30 May 2023 16:16:17 +0800
|
|
Subject: [PATCH 3/3] fix(plugins/group):Fix problem rename group name input
|
|
box display incomplete
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 修复组名成输入框显示不全的问题
|
|
|
|
close #67654
|
|
|
|
Signed-off-by: xiaowen <xiaowen@kylinsec.com.cn>
|
|
---
|
|
.../src/pages/group-info-page/group-info-page.ui | 13 ++++++++-----
|
|
1 file changed, 8 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/plugins/group/src/pages/group-info-page/group-info-page.ui b/plugins/group/src/pages/group-info-page/group-info-page.ui
|
|
index 09aad41..8526c55 100644
|
|
--- a/plugins/group/src/pages/group-info-page/group-info-page.ui
|
|
+++ b/plugins/group/src/pages/group-info-page/group-info-page.ui
|
|
@@ -82,7 +82,7 @@
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
- <widget class="QWidget" name="" native="true">
|
|
+ <widget class="QWidget" name="widget" native="true">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
@@ -154,7 +154,7 @@
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
- <widget class="QWidget" name="" native="true">
|
|
+ <widget class="QWidget" name="widget" native="true">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
@@ -168,6 +168,9 @@
|
|
<property name="topMargin">
|
|
<number>16</number>
|
|
</property>
|
|
+ <property name="bottomMargin">
|
|
+ <number>0</number>
|
|
+ </property>
|
|
<item>
|
|
<spacer name="horizontalSpacer_5">
|
|
<property name="orientation">
|
|
@@ -293,7 +296,7 @@
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
- <widget class="QWidget" name="" native="true">
|
|
+ <widget class="QWidget" name="widget" native="true">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
@@ -366,7 +369,7 @@
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
- <widget class="QWidget" name="" native="true">
|
|
+ <widget class="QWidget" name="widget" native="true">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
@@ -516,7 +519,7 @@
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
- <widget class="QWidget" name="" native="true">
|
|
+ <widget class="QWidget" name="widget" native="true">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
--
|
|
2.33.0
|
|
|