diff options
author | Arno <am@disconnect.de> | 2015-04-08 06:33:05 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2015-04-08 06:33:05 +0200 |
commit | 2f7b2582010bac5f24c6f57ea54b89aa46df2faa (patch) | |
tree | 8932eed39eb955944ca84c0de3226d6d262d854a /pictureviewer2.cpp | |
parent | b85e4d5f20317609d8a4277482e8bb3dac3e2dae (diff) | |
download | SheMov-2f7b2582010bac5f24c6f57ea54b89aa46df2faa.tar.gz SheMov-2f7b2582010bac5f24c6f57ea54b89aa46df2faa.tar.bz2 SheMov-2f7b2582010bac5f24c6f57ea54b89aa46df2faa.zip |
Save position of NewPicsDialog
Add button to save the position of the NewPicsDialog and move it there
when we show()
Diffstat (limited to 'pictureviewer2.cpp')
-rw-r--r-- | pictureviewer2.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pictureviewer2.cpp b/pictureviewer2.cpp index 7a8e2b2..f49b23f 100644 --- a/pictureviewer2.cpp +++ b/pictureviewer2.cpp @@ -334,7 +334,6 @@ void PictureViewer2::showNewPicsDialog(){ } } mNewPicsDlg->addFiles(fileList); - mNewPicsDlg->move(0, 20); mNewPicsDlg->exec(); } |