Added object names for transport buttons (for theming purposes), fixed alignment issues on track labels

This commit is contained in:
Vesa
2014-01-28 22:16:25 +02:00
parent 65252d3f40
commit f7d58114b2
10 changed files with 49 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 681 B

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 B

After

Width:  |  Height:  |  Size: 847 B

View File

@@ -327,6 +327,16 @@ QToolButton, toolButton {
color: black;
}
toolButton#playButton {
border-top-left-radius: 10px 6px;
border-bottom-left-radius: 10px 6px;
}
toolButton#stopButton {
border-top-right-radius: 10px 6px;
border-bottom-right-radius: 10px 6px;
}
QToolButton:hover, toolButton:hover {
background: qradialgradient(cx:0.3, cy:0.3, radius:0.8, fx:0.3, fy:0.3, stop:0 #e0e0e0, stop:0.5 #c9c9c9, stop:1 #969696 );
border: 1px solid rgba(0,0,0,128);
@@ -363,6 +373,7 @@ trackLabelButton:hover {
color: white;
border: 1px solid rgba(0,0,0,64);
padding: 1px 0px;
margin: 0px;
}
trackLabelButton:pressed {