blob: a380615d5a4857d0ceddd289af0b0d2f9ef259d3 (
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="ボイス音量">
<slider name="volume_slider" tool_tip="ボイス音量" value="0.5"/>
</floater>
|