fix: adjust geometry and add missing tooltip

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2023-03-14 16:17:43 -07:00
parent 0bec0046bb
commit a28193430c

View File

@ -9,8 +9,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>531</width> <width>575</width>
<height>653</height> <height>695</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -334,11 +334,27 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip">
<string>Files cloned with reflinks take up no extra space until they are modified.</string>
</property>
<property name="text"> <property name="text">
<string>Clone instead of copying</string> <string>Clone instead of copying</string>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<spacer name="CoWSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="QLabel" name="cloneSupportedLabel"> <widget class="QLabel" name="cloneSupportedLabel">
<property name="sizePolicy"> <property name="sizePolicy">