mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Ref T731, use CLevelMeter in CAudioDeviceVolumeSetupComponent
This commit is contained in:
committed by
Mat Sutcliffe
parent
b5ad603e55
commit
a06205efbd
@@ -716,18 +716,12 @@ QToolTip {
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
BlackGui--Components--CAudioDeviceVolumeSetupComponent
|
||||
QProgressBar {
|
||||
BlackGui--CLevelMeter {
|
||||
qproperty-lowColor: lightgray;
|
||||
border: 1px solid grey;
|
||||
border-radius: 5px;
|
||||
padding: 1px;
|
||||
height: 1em;
|
||||
/** background-color: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 white, stop: 0.4 gray, stop:1 green); **/
|
||||
}
|
||||
|
||||
BlackGui--Components--CAudioDeviceVolumeSetupComponent
|
||||
QProgressBar::chunk {
|
||||
width: 20px;
|
||||
margin: 0.0px;
|
||||
}
|
||||
|
||||
/** T506 supervisor messages **/
|
||||
|
||||
Reference in New Issue
Block a user