Enable wordwrap for long message in passphrase dialog

- Remove explicit resizing from constructor to prevent potential hang
This commit is contained in:
Wladimir J. van der Laan
2011-12-13 16:28:56 +01:00
parent 5491c310a6
commit 857aa73783
2 changed files with 5 additions and 16 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>589</width>
<height>239</height>
<width>598</width>
<height>198</height>
</rect>
</property>
<property name="sizePolicy">
@@ -34,6 +34,9 @@
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@@ -100,19 +103,6 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">