From 3f9a13565557c57f74441442520ab02626c8c3da Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 26 Mar 2012 19:10:39 +0200 Subject: clean up failed rebasing and implement history timed expire check --- src/settings/settings_privacy.ui | 14 +++++++------- src/settings/settingsdialog.cpp | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/settings') diff --git a/src/settings/settings_privacy.ui b/src/settings/settings_privacy.ui index 68245200..04f36bad 100644 --- a/src/settings/settings_privacy.ui +++ b/src/settings/settings_privacy.ui @@ -66,35 +66,35 @@ - + - don't even store them + never - at application exit + every 3 months - every day + every month - every month + every day - every 3 months + at application exit - never + don't even store them diff --git a/src/settings/settingsdialog.cpp b/src/settings/settingsdialog.cpp index 3d5260cf..3e25640d 100644 --- a/src/settings/settingsdialog.cpp +++ b/src/settings/settingsdialog.cpp @@ -141,7 +141,7 @@ Private::Private(SettingsDialog *parent) // WARNING // remember wheh changing here that the smallest netbooks // have a 1024x576 resolution. So DON'T bother that limits!! - parent->setMinimumSize(700, 576); + parent->setMinimumSize(700, 525); } -- cgit v1.2.1