diff options
Diffstat (limited to 'desktop-widgets/printoptions.cpp')
-rw-r--r-- | desktop-widgets/printoptions.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/printoptions.cpp b/desktop-widgets/printoptions.cpp index fbd03c127..215762db5 100644 --- a/desktop-widgets/printoptions.cpp +++ b/desktop-widgets/printoptions.cpp @@ -38,6 +38,9 @@ void PrintOptions::setup() ui.printInColor->setChecked(printOptions->color_selected); ui.printSelected->setChecked(printOptions->print_selected); + // resolution + ui.resolution->setValue(printOptions->resolution); + // connect slots only once if (hasSetupSlots) return; |