From d720d0670d814cd38e1cd6f10245d871b68c4626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=9A=E5=AD=90?= <admin@yzzi.icu> Date: Tue, 13 Dec 2022 12:36:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=8B=E8=BD=BD=E7=9A=84=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E4=BB=8D=E7=84=B6=E8=BF=87=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/common/downloaditem.ui | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/widgets/common/downloaditem.ui b/src/widgets/common/downloaditem.ui index 261b6a2..0300bdd 100644 --- a/src/widgets/common/downloaditem.ui +++ b/src/widgets/common/downloaditem.ui @@ -105,6 +105,9 @@ <property name="text"> <string>Name</string> </property> + <property name="wordWrap"> + <bool>true</bool> + </property> </widget> </item> <item> @@ -160,7 +163,7 @@ </property> <property name="minimumSize"> <size> - <width>100</width> + <width>0</width> <height>0</height> </size> </property>