fix(autoboot): layout optimization
This commit is contained in:
parent
cb95656cf3
commit
04b70dd49a
50
0009-fix-layout-optimization.patch
Normal file
50
0009-fix-layout-optimization.patch
Normal file
@ -0,0 +1,50 @@
|
||||
From d5fb1fd93c7733ca0a2111c349149a8fe44926d2 Mon Sep 17 00:00:00 2001
|
||||
From: tanyulong <tanyulong@kylinos.cn>
|
||||
Date: Mon, 12 Jul 2021 09:26:23 +0800
|
||||
Subject: [PATCH] fix layout optimization
|
||||
|
||||
---
|
||||
plugins/system/autoboot/addautoboot.ui | 20 ++------------------
|
||||
1 file changed, 2 insertions(+), 18 deletions(-)
|
||||
|
||||
diff --git a/plugins/system/autoboot/addautoboot.ui b/plugins/system/autoboot/addautoboot.ui
|
||||
index 4e04bfa..e778c84 100755
|
||||
--- a/plugins/system/autoboot/addautoboot.ui
|
||||
+++ b/plugins/system/autoboot/addautoboot.ui
|
||||
@@ -255,8 +255,8 @@
|
||||
<widget class="QLineEdit" name="execLineEdit">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
- <width>182</width>
|
||||
- <height>28</height>
|
||||
+ <width>190</width>
|
||||
+ <height>28</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
@@ -346,22 +346,6 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
- <item>
|
||||
- <spacer name="verticalSpacer">
|
||||
- <property name="orientation">
|
||||
- <enum>Qt::Vertical</enum>
|
||||
- </property>
|
||||
- <property name="sizeType">
|
||||
- <enum>QSizePolicy::Fixed</enum>
|
||||
- </property>
|
||||
- <property name="sizeHint" stdset="0">
|
||||
- <size>
|
||||
- <width>20</width>
|
||||
- <height>48</height>
|
||||
- </size>
|
||||
- </property>
|
||||
- </spacer>
|
||||
- </item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||
<item>
|
||||
--
|
||||
2.23.0
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-control-center
|
||||
Version: 3.0.1
|
||||
Release: 8
|
||||
Release: 9
|
||||
Summary: utilities to configure the UKUI desktop
|
||||
License: GPL-2+
|
||||
URL: http://www.ukui.org
|
||||
@ -78,6 +78,8 @@ patch5: 0001-add-judgment-when-Bluetooth-does-not-exist.patch
|
||||
patch6: 0006-fix-Group-members-are-not-displayed.patch
|
||||
patch7: 0007-fix-vnc-crashed.patch
|
||||
patch8: 0008-fix-redeclaration-of-QStringList-usergroupList-in-ed.patch
|
||||
patch9: 0009-fix-layout-optimization.patch
|
||||
|
||||
Recommends: qt5-qtquickcontrols
|
||||
|
||||
Suggests: gsettings-desktop-schemas
|
||||
@ -106,6 +108,7 @@ Suggests: ukui-settings-daemon
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
|
||||
%build
|
||||
qmake-qt5
|
||||
@ -149,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/polkit-1/actions/org.ukui.groupmanager.policy
|
||||
|
||||
%changelog
|
||||
* Mon Jul 12 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-9
|
||||
- fix layout optimization
|
||||
|
||||
* Fri Jul 09 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-8
|
||||
- fix redeclaration of QStringList usergroupList
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user