diff options
Diffstat (limited to 'launcher/ui/dialogs/CopyInstanceDialog.ui')
-rw-r--r-- | launcher/ui/dialogs/CopyInstanceDialog.ui | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/launcher/ui/dialogs/CopyInstanceDialog.ui b/launcher/ui/dialogs/CopyInstanceDialog.ui index 3101acec..5060debc 100644 --- a/launcher/ui/dialogs/CopyInstanceDialog.ui +++ b/launcher/ui/dialogs/CopyInstanceDialog.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>531</width> - <height>653</height> + <width>575</width> + <height>695</height> </rect> </property> <property name="windowTitle"> @@ -334,12 +334,28 @@ <property name="enabled"> <bool>false</bool> </property> + <property name="toolTip"> + <string>Files cloned with reflinks take up no extra space until they are modified.</string> + </property> <property name="text"> <string>Clone instead of copying</string> </property> </widget> </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> <widget class="QLabel" name="cloneSupportedLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |