mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 18:49:02 +05:30
feat(osd): add volume osd popup window
This commit is contained in:
@@ -138,4 +138,13 @@ Singleton {
|
||||
property int textSpacing: 2
|
||||
property real bodyOpacity: 0.8
|
||||
}
|
||||
|
||||
property QtObject volume: QtObject {
|
||||
property int width: 300
|
||||
property int height: 48
|
||||
property int iconSize: 22
|
||||
property int barHeight: 10
|
||||
property int timeout: 1500
|
||||
property real bottomMarginRatio: 0.2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user