Added object names for transport buttons (for theming purposes), fixed alignment issues on track labels
This commit is contained in:
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 |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user