From c689a90f544c077072f7a5356f3e8f20ab32fd10 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Mon, 12 Nov 2012 21:30:57 +0000 Subject: [PATCH] UI Nits: smaller font in cal sidebar --- src/GcCalendar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GcCalendar.cpp b/src/GcCalendar.cpp index 11f38c3f2..f3ebf24e4 100644 --- a/src/GcCalendar.cpp +++ b/src/GcCalendar.cpp @@ -254,7 +254,7 @@ GcCalendar::GcCalendar(MainWindow *main) : main(main) summary->setAcceptDrops(false); QFont defaultFont; // mainwindow sets up the defaults.. we need to apply - summary->settings()->setFontSize(QWebSettings::DefaultFontSize, defaultFont.pointSize()+1); + summary->settings()->setFontSize(QWebSettings::DefaultFontSize, defaultFont.pointSize()); summary->settings()->setFontFamily(QWebSettings::StandardFont, defaultFont.family()); slayout->addWidget(summary); slayout->addStretch(); @@ -601,7 +601,7 @@ GcCalendar::setSummary() "" "
"); - for (int i=0; i<3; i++) { //XXX taken out maximums -- too much info -- looks ugly + for (int i=0; i<4; i++) { //XXX taken out maximums -- too much info -- looks ugly QString aggname; QStringList list;