button size/text fix

This commit is contained in:
Rafael 2016-12-03 13:03:14 +01:00
parent 49ecc712a0
commit 0012416d13
6 changed files with 6 additions and 7 deletions

View File

@ -479,8 +479,7 @@
<string extracomment="OK, Cancel, Apply">&amp;Cancel</string>
</property>
<property name="icon">
<iconset theme="dialog-cancel">
<normaloff>.</normaloff>.</iconset>
<iconset theme="dialog-cancel"/>
</property>
</widget>
</item>

View File

@ -189,8 +189,7 @@
<string>&amp;Close</string>
</property>
<property name="icon">
<iconset theme="dialog-close">
<normaloff>.</normaloff>.</iconset>
<iconset theme="dialog-close"/>
</property>
<property name="autoDefault">
<bool>false</bool>

View File

@ -227,6 +227,7 @@ void ProfileInterface::dialogNextPictureRequested(QWidget *dialog)
{
QString newWidgetKey = pictureKeyList.at(picIndex);
SnapmaticWidget *picWidget = (SnapmaticWidget*)widgets.key(newWidgetKey);
picDialog->setMaximumSize(picDialog->width(), QWIDGETSIZE_MAX);
picDialog->setSnapmaticPicture(picWidget->getPicture(), picIndex);
//picDialog->adaptNewDialogSize();
}

View File

@ -147,8 +147,7 @@
<string>&amp;Close</string>
</property>
<property name="icon">
<iconset theme="dialog-close">
<normaloff>.</normaloff>.</iconset>
<iconset theme="dialog-close"/>
</property>
<property name="autoDefault">
<bool>true</bool>
@ -169,7 +168,7 @@
<x>0</x>
<y>0</y>
<width>625</width>
<height>19</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">

View File

@ -21,6 +21,7 @@
<file>back.png</file>
<file>next.png</file>
<file>960x536.png</file>
<file>empty1x16.png</file>
</qresource>
<qresource prefix="/global">
<file>global.de.ini</file>

BIN
res/empty1x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B