1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

[Master Password Dialog] Set minimum width and height for widget

Fixes issue with possible resize to 1x1 px size
This commit is contained in:
nowrep 2013-07-24 12:33:39 +02:00
parent 7434cedd44
commit 51a262bc8d

View File

@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
<width>343</width>
<height>231</height>
<width>436</width>
<height>230</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>430</width>
<height>230</height>
</size>
</property>
<property name="windowTitle">
<string>Encrypted DataBase Settings</string>
</property>
@ -113,8 +119,8 @@
<property name="text">
<string>&lt;b&gt;Note:&lt;/b&gt; The Master Password is not resettable. Do not forget it, please.</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>