diff options
author | jn64 <23169302+jn64@users.noreply.github.com> | 2022-10-23 03:35:23 +0800 |
---|---|---|
committer | jn64 <23169302+jn64@users.noreply.github.com> | 2022-10-23 03:35:23 +0800 |
commit | 01db80d19a82ada1f6e37e3fb3ef45143156302b (patch) | |
tree | ebb706f95677eeffd30fb08f9ee12346e67c20aa /launcher/ui/dialogs/AboutDialog.ui | |
parent | 8b28ed67ae25ed95c73e5c486b2a5e81b3a72268 (diff) | |
download | PrismLauncher-01db80d19a82ada1f6e37e3fb3ef45143156302b.tar.gz PrismLauncher-01db80d19a82ada1f6e37e3fb3ef45143156302b.tar.bz2 PrismLauncher-01db80d19a82ada1f6e37e3fb3ef45143156302b.zip |
Fix version labels width
Make labels fit to the contents, so Ibeam cursor doesn't appear
over empty space. Should have been done with 90025ed.
Signed-off-by: jn64 <23169302+jn64@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs/AboutDialog.ui')
-rw-r--r-- | launcher/ui/dialogs/AboutDialog.ui | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/launcher/ui/dialogs/AboutDialog.ui b/launcher/ui/dialogs/AboutDialog.ui index e0429321..4a9eef08 100644 --- a/launcher/ui/dialogs/AboutDialog.ui +++ b/launcher/ui/dialogs/AboutDialog.ui @@ -87,14 +87,11 @@ </property> </widget> </item> - <item> + <item alignment="Qt::AlignHCenter"> <widget class="QLabel" name="versionLabel"> <property name="cursor"> <cursorShape>IBeamCursor</cursorShape> </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> <property name="textInteractionFlags"> <set>Qt::TextSelectableByMouse</set> </property> @@ -167,7 +164,7 @@ </property> </widget> </item> - <item> + <item alignment="Qt::AlignHCenter"> <widget class="QLabel" name="platformLabel"> <property name="cursor"> <cursorShape>IBeamCursor</cursorShape> @@ -183,7 +180,7 @@ </property> </widget> </item> - <item> + <item alignment="Qt::AlignHCenter"> <widget class="QLabel" name="buildDateLabel"> <property name="cursor"> <cursorShape>IBeamCursor</cursorShape> @@ -199,7 +196,7 @@ </property> </widget> </item> - <item> + <item alignment="Qt::AlignHCenter"> <widget class="QLabel" name="commitLabel"> <property name="cursor"> <cursorShape>IBeamCursor</cursorShape> @@ -215,7 +212,7 @@ </property> </widget> </item> - <item> + <item alignment="Qt::AlignHCenter"> <widget class="QLabel" name="channelLabel"> <property name="cursor"> <cursorShape>IBeamCursor</cursorShape> |