diff --git a/Polyhedron/demo/Polyhedron/FileLoaderDialog.ui b/Polyhedron/demo/Polyhedron/FileLoaderDialog.ui index 54b02d0eebc..fab7d8e5cc3 100644 --- a/Polyhedron/demo/Polyhedron/FileLoaderDialog.ui +++ b/Polyhedron/demo/Polyhedron/FileLoaderDialog.ui @@ -6,8 +6,8 @@ 0 0 - 353 - 144 + 339 + 105 @@ -25,82 +25,60 @@ false - - - - 170 - 80 - 181 - 32 - - - - Qt::LeftToRight - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - 30 - 40 - 321 - 31 - - - - - - - - - - - - - - - - 30 - 120 - 281 - 26 - - - - - 0 - 0 - - - - - - - - - - 0 - 10 - 371 - 21 - - - - - 0 - 0 - - - - TextLabel - - + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + + + + + + + + + + + + + Qt::LeftToRight + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + 0 + 0 + + + + + + + + diff --git a/Polyhedron/demo/Polyhedron/File_loader_dialog.h b/Polyhedron/demo/Polyhedron/File_loader_dialog.h index b6d512c6112..8011ab71b0d 100644 --- a/Polyhedron/demo/Polyhedron/File_loader_dialog.h +++ b/Polyhedron/demo/Polyhedron/File_loader_dialog.h @@ -18,7 +18,7 @@ class File_loader_dialog : public QDialog, private Ui::FileLoaderDialog dialog.pluginBox->addItems(item_list); dialog.label->setText(tr("Available loaders for %1 :").arg(filename)); QFileInfo fileinfo(filename); - dialog.alwaysUse->setText(tr("use for &all *.%1 files in this session").arg(fileinfo.completeSuffix()) ); + dialog.alwaysUse->setText(tr("Use for &all *.%1 files in this session").arg(fileinfo.completeSuffix()) ); *ok = dialog.exec(); return std::make_pair( dialog.pluginBox->currentText(),