Commit 955947a8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: try to fix the arrow on the open dialog.

Close #2508/
parent 01e557cb
......@@ -127,6 +127,7 @@ OpenDialog::OpenDialog( QWidget *parent,
QKeySequence( "Alt+C" ) );
ui.menuButton->setMenu( openButtonMenu );
ui.menuButton->setIcon( QIcon( ":/down_arrow" ) );
/* Add the three Buttons */
ui.buttonsBox->addButton( selectButton, QDialogButtonBox::AcceptRole );
......
......@@ -207,7 +207,7 @@
</spacer>
</item>
<item row="3" column="1" >
<widget class="QPushButton" name="menuButton" >
<widget class="QToolButton" name="menuButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
<horstretch>0</horstretch>
......@@ -216,19 +216,22 @@
</property>
<property name="maximumSize" >
<size>
<width>20</width>
<width>16</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy" >
<enum>Qt::ClickFocus</enum>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="toolTip" >
<string>_("Select play mode")</string>
</property>
<property name="popupMode" >
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="arrowType" >
<enum>Qt::NoArrow</enum>
</property>
</widget>
</item>
<item row="3" column="2" >
......
......@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>500</width>
<height>311</height>
<height>319</height>
</rect>
</property>
<property name="minimumSize" >
......@@ -351,11 +351,6 @@
</widget>
</item>
</layout>
<zorder>subtitlesLabel</zorder>
<zorder>subtitlesSpin</zorder>
<zorder>audioLabel</zorder>
<zorder>audioSpin</zorder>
<zorder>diskGroupBox</zorder>
</widget>
</item>
<item>
......
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