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:
BIN
data/themes/default/lcd_19green.png
Normal file
BIN
data/themes/default/lcd_19green.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user