int -> qreal

Sorry !
BUG: 343041
wilder-pre-rebase
Hugo Pereira Da Costa 11 years ago
parent fd8f6f22b2
commit b739256b0d
  1. 2
      kdecoration/breezebutton.cpp

@ -116,7 +116,7 @@ namespace Breeze
*/
painter->translate( geometry().topLeft() );
const int width( geometry().width() - m_offset.x() );
const qreal width( geometry().width() - m_offset.x() );
painter->scale( width/20, width/20 );
painter->translate( 1, 1 );

Loading…
Cancel
Save