Skip to content
Snippets Groups Projects
Commit e81e001f authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Don't allow resizing of new dialog.

parent a8fc1f48
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,19 @@ ...@@ -10,10 +10,19 @@
<height>390</height> <height>390</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>New Project</string> <string>New Project</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
<item row="3" column="1"> <item row="3" column="1">
<widget class="QTextBrowser" name="templateDescription"> <widget class="QTextBrowser" name="templateDescription">
<property name="sizePolicy"> <property name="sizePolicy">
...@@ -95,9 +104,6 @@ ...@@ -95,9 +104,6 @@
<attribute name="headerVisible"> <attribute name="headerVisible">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget> </widget>
</item> </item>
</layout> </layout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment