Tweaked layout of SelectProductDialog.

- Tweaks to layout so that it resizes without artifacts.
- Removed parent window so that window manager will not center dialog on parent,
  which makes resizing difficult depending on size and location of parent window.
This commit is contained in:
Jim Evins
2017-11-06 22:35:59 -05:00
parent e970301680
commit 7b36ab4943
3 changed files with 69 additions and 62 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ namespace glabels
///
bool File::newLabel( MainWindow *window )
{
SelectProductDialog dialog( window );
SelectProductDialog dialog;
dialog.exec();
const Template* tmplate = dialog.tmplate();