blob: 0ebc511887e353c3229f893ce9d2c59c93d932ad (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
Not can_close / no title to avoid window chrome
Single instance - only have one at a time, recycle it each spawn
-->
<floater name="floater_voice_volume" title="VOLUMEN DE VOZ">
<slider name="volume_slider" tool_tip="Volumen de la voz" value="0.5"/>
</floater>
|