ProjectExplorer: Make remove file dialog a bit wider

Makes it less probable that the 'Ok' button is below the 'Delete file
permanently' checkbox text (reducing accidents with it), and actually
looks nicer because wrapping for the file name kicks in less often.

Task-number: QTCREATORBUG-10616
Change-Id: If039edf3de36767e9cd6643d2465e029df4a5086
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Eike Ziller
2013-12-09 10:53:59 +01:00
parent 27d10d8dcd
commit c1a71b1cfa

View File

@@ -2,6 +2,14 @@
<ui version="4.0">
<class>Core::RemoveFileDialog</class>
<widget class="QDialog" name="Core::RemoveFileDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>514</width>
<height>159</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>