Make size dialogline unchangeable.

--HG--
branch : develop
This commit is contained in:
dismine 2014-07-15 16:55:57 +03:00
parent b08019104e
commit ff3b3d8797

View file

@ -13,6 +13,18 @@
<height>154</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>267</width>
<height>154</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>267</width>
<height>154</height>
</size>
</property>
<property name="windowTitle">
<string>Line</string>
</property>