diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-14 16:17:43 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-20 14:56:33 -0700 |
commit | a28193430c3830af294cbba92d68e9bcccd7dfd2 (patch) | |
tree | 1c1fb9733bcca31cd2c5afc66ec34bccd81d87ed | |
parent | 0bec0046bbab911909aacb4d02525b3b85597447 (diff) | |
download | PrismLauncher-a28193430c3830af294cbba92d68e9bcccd7dfd2.tar.gz PrismLauncher-a28193430c3830af294cbba92d68e9bcccd7dfd2.tar.bz2 PrismLauncher-a28193430c3830af294cbba92d68e9bcccd7dfd2.zip |
fix: adjust geometry and add missing tooltip
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
-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"> |