unified track-view appearence and behaviour
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1303 0778d3d1-df1d-0410-868b-ea421aaaa00d
|
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 310 B |
|
Before Width: | Height: | Size: 604 B |
|
Before Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 717 B |
|
Before Width: | Height: | Size: 306 B |
|
Before Width: | Height: | Size: 569 B |
|
Before Width: | Height: | Size: 306 B |
|
Before Width: | Height: | Size: 581 B |
|
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 465 B |
BIN
data/themes/default/automation_track.png
Normal file
|
After Width: | Height: | Size: 752 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
data/themes/default/instrument_track.png
Normal file
|
After Width: | Height: | Size: 1013 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -102,13 +102,16 @@ QToolButton, toolButton {
|
||||
padding: 2px 1px 1px 2px;
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(0,0,0,64);
|
||||
background: rgba(172,176,188,32);
|
||||
background: rgba(172,176,188,32);
|
||||
font-size:10px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
background: rgba(255,255,255,128);
|
||||
background: rgba(255,255,255,96);
|
||||
border-radius: 3px;
|
||||
border: 1px solid rgba(0,0,0,128);
|
||||
border: 1px solid rgba(0,0,0,255);
|
||||
color: black;
|
||||
}
|
||||
|
||||
QToolButton:pressed {
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB |