From ab0d215faf69b6993c2460ea58fc81d8fc95c944 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 30 Oct 2011 15:01:51 +1000 Subject: [PATCH] Minor Preferences cleanup --- mainwindow.cpp | 3 +-- preferencesdialog.ui | 35 ++++++++++++++++++++++++----------- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 8d1162b7..afa85f82 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -262,7 +262,6 @@ void MainWindow::on_action_Import_Data_triggered() PROFILE.Save(); if (daily) daily->ReloadGraphs(); if (overview) overview->ReloadGraphs(); - //qDebug() << "overview->ReloadGraphs();"; } qstatus->setText(""); qprogress->hide(); @@ -404,7 +403,7 @@ void MainWindow::on_action_Preferences_triggered() qDebug() << "Preferences Accepted"; pd.Save(); if (daily) { - daily->ReloadGraphs(); + //daily->ReloadGraphs(); daily->RedrawGraphs(); } if (overview) { diff --git a/preferencesdialog.ui b/preferencesdialog.ui index 44337d7f..29c057c0 100644 --- a/preferencesdialog.ui +++ b/preferencesdialog.ui @@ -196,8 +196,18 @@ It has no effect on single cpu machines. + + + + Skip empty days with Prev & Next buttons above daily view calendar + + + Skip Empty Days + + + - + Qt::Horizontal @@ -209,16 +219,6 @@ It has no effect on single cpu machines. - - - - Skip empty days with Prev & Next buttons above daily view calendar - - - Skip Empty Days - - - @@ -862,6 +862,19 @@ p, li { white-space: pre-wrap; } + + + + Qt::Horizontal + + + + 40 + 20 + + + +