aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/AboutDialog.ui
diff options
context:
space:
mode:
authorjn64 <23169302+jn64@users.noreply.github.com>2022-06-20 14:28:38 +0800
committerjn64 <23169302+jn64@users.noreply.github.com>2022-06-20 14:28:38 +0800
commitfa6829a6a12c1f48ebdf5bbb29b18e26b1b3b518 (patch)
treec8ef7aee06cab91a4dab43feb19324095c847439 /launcher/ui/dialogs/AboutDialog.ui
parent0afa2e92d535cfdd41759e7563891ef843b7b9cd (diff)
downloadPrismLauncher-fa6829a6a12c1f48ebdf5bbb29b18e26b1b3b518.tar.gz
PrismLauncher-fa6829a6a12c1f48ebdf5bbb29b18e26b1b3b518.tar.bz2
PrismLauncher-fa6829a6a12c1f48ebdf5bbb29b18e26b1b3b518.zip
Set beam cursor on selectable labels
Diffstat (limited to 'launcher/ui/dialogs/AboutDialog.ui')
-rw-r--r--launcher/ui/dialogs/AboutDialog.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/launcher/ui/dialogs/AboutDialog.ui b/launcher/ui/dialogs/AboutDialog.ui
index ff9dc7ce..6323992b 100644
--- a/launcher/ui/dialogs/AboutDialog.ui
+++ b/launcher/ui/dialogs/AboutDialog.ui
@@ -89,6 +89,9 @@
</item>
<item>
<widget class="QLabel" name="versionLabel">
+ <property name="cursor">
+ <cursorShape>IBeamCursor</cursorShape>
+ </property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
@@ -166,6 +169,9 @@
</item>
<item>
<widget class="QLabel" name="platformLabel">
+ <property name="cursor">
+ <cursorShape>IBeamCursor</cursorShape>
+ </property>
<property name="text">
<string>Platform:</string>
</property>
@@ -179,6 +185,9 @@
</item>
<item>
<widget class="QLabel" name="buildNumLabel">
+ <property name="cursor">
+ <cursorShape>IBeamCursor</cursorShape>
+ </property>
<property name="text">
<string>Build Number:</string>
</property>
@@ -192,6 +201,9 @@
</item>
<item>
<widget class="QLabel" name="channelLabel">
+ <property name="cursor">
+ <cursorShape>IBeamCursor</cursorShape>
+ </property>
<property name="text">
<string>Channel:</string>
</property>