mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-03 22:45:33 +02:00
11 lines
291 B
Text
11 lines
291 B
Text
QLabel#avatarLabel {
|
|
background-image: url(styles/avatar.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
|
|
QLabel#advancedTuningLabel {
|
|
background-image: url(styles/wrench.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|