blob: 084a1ffde96b358e43b455540f32df6f03fde7f1 (
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>
|