Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
e81e001f
Commit
e81e001f
authored
Apr 23, 2010
by
Daniel Molkentin
Browse files
Don't allow resizing of new dialog.
parent
a8fc1f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/dialogs/newdialog.ui
View file @
e81e001f
...
...
@@ -10,10 +10,19 @@
<height>
390
</height>
</rect>
</property>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Fixed"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"windowTitle"
>
<string>
New Project
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<property
name=
"sizeConstraint"
>
<enum>
QLayout::SetFixedSize
</enum>
</property>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QTextBrowser"
name=
"templateDescription"
>
<property
name=
"sizePolicy"
>
...
...
@@ -95,9 +104,6 @@
<attribute
name=
"headerVisible"
>
<bool>
false
</bool>
</attribute>
<attribute
name=
"headerVisible"
>
<bool>
false
</bool>
</attribute>
</widget>
</item>
</layout>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment