forked from qt-creator/qt-creator
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:
@@ -2,6 +2,14 @@
|
|||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>Core::RemoveFileDialog</class>
|
<class>Core::RemoveFileDialog</class>
|
||||||
<widget class="QDialog" name="Core::RemoveFileDialog">
|
<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">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
|
Reference in New Issue
Block a user