Skip to content

Commit

Permalink
[GUI] Fixed links in About dialog not opening
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-7 authored and vxgmichel committed Sep 8, 2022
1 parent 5bbc02e commit 169de68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/3023.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed links in About window not opening
9 changes: 9 additions & 0 deletions parsec/core/gui/forms/about_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -117,6 +120,9 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -129,6 +135,9 @@
<property name="text">
<string>TEXT_ATTRIBUTE_ICONS</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 169de68

Please sign in to comment.