Skip to content

Commit 723b4ef

Browse files
author
barry
committed
fix: wireles connect btn too big
1 parent a60c2ee commit 723b4ef

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

QtScrcpy/ui/dialog.ui

+8-5
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
</sizepolicy>
256256
</property>
257257
<property name="focusPolicy">
258-
<enum>Qt::FocusPolicy::ClickFocus</enum>
258+
<enum>Qt::NoFocus</enum>
259259
</property>
260260
<property name="documentTitle">
261261
<string/>
@@ -1147,18 +1147,21 @@
11471147
<item>
11481148
<spacer name="verticalSpacer">
11491149
<property name="sizePolicy">
1150-
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1150+
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
11511151
<horstretch>0</horstretch>
11521152
<verstretch>0</verstretch>
11531153
</sizepolicy>
11541154
</property>
11551155
<property name="orientation">
1156-
<enum>Qt::Orientation::Vertical</enum>
1156+
<enum>Qt::Vertical</enum>
1157+
</property>
1158+
<property name="sizeType">
1159+
<enum>QSizePolicy::Expanding</enum>
11571160
</property>
11581161
<property name="sizeHint" stdset="0">
11591162
<size>
1160-
<width>20</width>
1161-
<height>40</height>
1163+
<width>40</width>
1164+
<height>20</height>
11621165
</size>
11631166
</property>
11641167
</spacer>

0 commit comments

Comments
 (0)