blob: cc624d43d3d23dd43ace85c66d56c9e7e0828d2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
<floater.string name="Title">
テクスチャ:[NAME]
</floater.string>
<floater.string name="Copy">
インベントリにコピー
</floater.string>
<layout_stack name="preview_stack">
<layout_panel name="texture_panel">
<text name="desc txt">
説明:
</text>
<text name="dimensions">
[WIDTH]px✕[HEIGHT]px
</text>
<text name="aspect_ratio">
縦横比のプレビュー
</text>
<combo_box name="combo_aspect_ratio" tool_tip="固定した縦横比のプレビュー"/>
</layout_panel>
<layout_panel name="buttons_panel">
<button label="OK" name="Keep"/>
<button label="破棄" name="Discard"/>
<button label="名前をつけて保存" name="save_tex_btn"/>
</layout_panel>
</layout_stack>
</floater>
|