Commit 22101ad9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - Open dialog. Smaller Width;

parent b49c155e
......@@ -44,7 +44,7 @@ OpenDialog::OpenDialog( QWidget *parent, intf_thread_t *_p_intf, bool modal,
ui.setupUi( this );
setWindowTitle( qtr("Open" ) );
resize( 500, 300);
resize( 410, 300);
/* Tab definition and creation */
fileOpenPanel = new FileOpenPanel( ui.Tab, p_intf );
......
......@@ -9,7 +9,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>440</width>
<width>400</width>
<height>300</height>
</rect>
</property>
......
......@@ -83,7 +83,6 @@
</item>
</layout>
</widget>
<includes/>
<resources/>
<connections/>
</ui>
......@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>475</width>
<width>400</width>
<height>287</height>
</rect>
</property>
......
......@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>436</width>
<width>400</width>
<height>194</height>
</rect>
</property>
......
......@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<width>420</width>
<height>205</height>
</rect>
</property>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment