More UI stuff

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@738 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-02-29 20:16:55 +00:00
parent c896f0d8e8
commit e213f6536f
4 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -853,8 +853,8 @@ void trackContentWidget::paintEvent( QPaintEvent * _pe )
p.fillRect( QRect(x, 0,
(int) tcv->pixelsPerTact(), height()),
(flipper<4) ?
QColor( 23, 34, 37 ) :
QColor( 31, 45, 50 ));
QColor( 56, 80, 88 ) :
QColor( 49, 71, 77 ));
flipper = (flipper+1)%8;
}

View File

@@ -170,11 +170,11 @@ void comboBox::paintEvent( QPaintEvent * _pe )
}
// button-separator
p.setPen( palette().color( QPalette::Normal, QPalette::Mid ) );
p.setPen( palette().color( QPalette::Normal, QPalette::Dark ) );
p.drawLine( width() - CB_ARROW_BTN_WIDTH - 1, 1, width() -
CB_ARROW_BTN_WIDTH - 1, height() - 3 );
p.setPen( palette().color( QPalette::Normal, QPalette::Dark ) );
p.setPen( palette().color( QPalette::Normal, QPalette::Mid ) );
p.drawLine( width() - CB_ARROW_BTN_WIDTH, 1, width() -
CB_ARROW_BTN_WIDTH, height() - 3 );

View File

@@ -54,7 +54,7 @@ lcdSpinBox::lcdSpinBox( int _num_digits, QWidget * _parent,
setAccessibleName( _name );
m_lcdPixmap = new QPixmap( embed::getIconPixmap( "lcd_19red" ) );
m_lcdPixmap = new QPixmap( embed::getIconPixmap( "lcd_19green" ) );
int margin = 1; //QStyle::PM_DefaultFrameWidth;