Skip to content
Snippets Groups Projects
Commit c1a71b1c authored by Eike Ziller's avatar Eike Ziller
Browse files

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: default avatarTobias Hunger <tobias.hunger@digia.com>
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 27d10d8d
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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