beautified
This commit is contained in:
parent
21ad84e291
commit
449f08bf98
|
@ -188,8 +188,8 @@ void QskRgb::debugColor( QDebug debug, QRgb rgb )
|
||||||
|
|
||||||
debug << '[';
|
debug << '[';
|
||||||
|
|
||||||
debug << qRed( rgb ) << "r," << qGreen( rgb ) << "g,"
|
debug << qRed( rgb ) << "r,"
|
||||||
<< qBlue( rgb ) << 'b';
|
<< qGreen( rgb ) << "g," << qBlue( rgb ) << 'b';
|
||||||
|
|
||||||
if ( qAlpha( rgb ) != 255 )
|
if ( qAlpha( rgb ) != 255 )
|
||||||
debug << ',' << qAlpha( rgb ) << 'a';
|
debug << ',' << qAlpha( rgb ) << 'a';
|
||||||
|
|
|
@ -229,7 +229,7 @@ void QskSkin::setupFonts( const QString& family, int weight, bool italic )
|
||||||
|
|
||||||
for ( int i = TinyFont; i <= HugeFont; i++ )
|
for ( int i = TinyFont; i <= HugeFont; i++ )
|
||||||
{
|
{
|
||||||
font.setPixelSize( qskDpiScaled( sizes[i-1] ) );
|
font.setPixelSize( qskDpiScaled( sizes[i - 1] ) );
|
||||||
m_data->fonts[ i ] = font;
|
m_data->fonts[ i ] = font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue