Skip to content

Commit

Permalink
fix: wireles connect btn too big
Browse files Browse the repository at this point in the history
  • Loading branch information
barry committed Dec 6, 2024
1 parent a60c2ee commit 723b4ef
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions QtScrcpy/ui/dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::FocusPolicy::ClickFocus</enum>
<enum>Qt::NoFocus</enum>
</property>
<property name="documentTitle">
<string/>
Expand Down Expand Up @@ -1147,18 +1147,21 @@
<item>
<spacer name="verticalSpacer">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
Expand Down

0 comments on commit 723b4ef

Please sign in to comment.