Change vertical size policy of URL input field in wizard
authorStephan Beyer <s-beyer@gmx.net>
Fri, 22 May 2020 22:44:08 +0000 (00:44 +0200)
committerStephan Beyer <s-beyer@gmx.net>
Sat, 23 May 2020 16:32:10 +0000 (18:32 +0200)
The input field for the nextcloud server URL is vertically too
big (because of the icon next to it in the same horizontal layout).
This commit solves this issue by changing its vertical size policy
from Ignored to Fixed.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
src/gui/wizard/owncloudsetupnocredspage.ui

index cb5871ef3aa372a14be9ccb6de43629a6d918ca2..32995ba1126631664e7a557d1f916786ee7c5707 100644 (file)
             <item>
              <widget class="OCC::PostfixLineEdit" name="leUrl">
               <property name="sizePolicy">
-               <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
+               <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
                 <horstretch>0</horstretch>
                 <verstretch>0</verstretch>
                </sizepolicy>