From f58e76ccebe5ae9787684fc65009e112362884dc Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Wed, 10 Dec 2014 11:54:39 +0100 Subject: [PATCH] adjusted button sizes --- windec/kdecoration2/breezedecoration.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/windec/kdecoration2/breezedecoration.cpp b/windec/kdecoration2/breezedecoration.cpp index 9b845da0..2a421076 100644 --- a/windec/kdecoration2/breezedecoration.cpp +++ b/windec/kdecoration2/breezedecoration.cpp @@ -169,11 +169,6 @@ namespace Breeze QFontMetrics fm(s->font()); int top = qMax(fm.boundingRect(c->caption()).height(), buttonHeight() ); - QTextStream( stdout ) << "Breeze::Decoration::recalculateBorders -" - << " grid unit: " << settings()->gridUnit() - << " buttonHeight: " << buttonHeight() - << endl; - // padding below // extra pixel is used for the active window outline const int baseSize = settings()->smallSpacing();