button size/text fix
This commit is contained in:
parent
49ecc712a0
commit
0012416d13
6 changed files with 6 additions and 7 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue