mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 14:57:09 -05:00
Enable word wrap for long lines
Make all text except contributor names translatable
This commit is contained in:
parent
7713a7b750
commit
d36e9875c5
@ -147,6 +147,13 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_8">
|
||||||
|
<property name="text">
|
||||||
|
<string>Project Maintainers:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="label_4">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -156,15 +163,23 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true"><p>Project Maintainers:</p>
|
<string notr="true"><ul>
|
||||||
<ul>
|
|
||||||
<li>droidmonkey</li>
|
<li>droidmonkey</li>
|
||||||
<li>phoerious</li>
|
<li>phoerious</li>
|
||||||
<li>TheZ3ro</li>
|
<li>TheZ3ro</li>
|
||||||
<li>louib</li>
|
<li>louib</li>
|
||||||
<li>weslly</li>
|
<li>weslly</li>
|
||||||
</ul>
|
</ul></string>
|
||||||
<p>Special thanks from the KeePassXC team go to debfx for creating the original KeePassX.</></string>
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_7">
|
||||||
|
<property name="text">
|
||||||
|
<string>Special thanks from the KeePassXC team go to debfx for creating the original KeePassX.</string>
|
||||||
|
</property>
|
||||||
|
<property name="wordWrap">
|
||||||
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -198,8 +213,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>423</width>
|
<width>449</width>
|
||||||
<height>816</height>
|
<height>803</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_5">
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user