mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 16:30:29 -05:00
Fix Qt Designer HTML lapses
This commit is contained in:
parent
8a75acb985
commit
0f8c12aaf4
@ -78,8 +78,8 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true"><html><head/><body><p>Website: <a href="https://keepassxc.org/"><span style=" text-decoration: underline; color:#007af4;">https://keepassxc.org/</span></a></p></body>
|
<string notr="true"><p>Website: <a href="https://keepassxc.org/">https://keepassxc.org/</a></p>
|
||||||
Report bugs at: <a href="https://github.com/keepassxreboot/keepassxc/issues">https://github.com/</a></html></string>
|
<p>Report bugs at: <a href="https://github.com/keepassxreboot/keepassxc/issues">https://github.com/</a></p></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="openExternalLinks">
|
<property name="openExternalLinks">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -115,14 +115,15 @@ Report bugs at: <a href="https://github.com/keepassxreboot/keepassxc/iss
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="label_4">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><div>Main contributors:
|
<string><div>Main contributors:
|
||||||
<ul>
|
<ul>
|
||||||
<li>debfx (KeePassX)</li>
|
<li>debfx (KeePassX)</li>
|
||||||
<li>droidmonkey</li>
|
<li>droidmonkey</li>
|
||||||
<li>louib</li>
|
<li>louib</li>
|
||||||
<li>phoerious<li>
|
<li>phoerious<li>
|
||||||
<li>thezero</li>
|
<li>thezero</li>
|
||||||
</div></body></html></string>
|
</ul>
|
||||||
|
</div></string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user