Skip to content
Snippets Groups Projects
Commit b9bbe3bf authored by Logue's avatar Logue
Browse files

Adjust Japanese Music ticker layout.

parent 15b5f3d4
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_music_ticker" title=""> <floater name="floater_music_ticker" title="" width="500">
<panel name="music_ticker" /> <panel name="music_ticker" width="410"/>
</floater> </floater>
\ No newline at end of file
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<menu_item_call label="SLurlをコピー" name="Copy SLurl"/> <menu_item_call label="SLurlをコピー" name="Copy SLurl"/>
<menu_item_call label="IDをコピー" name="Copy ID"/> <menu_item_call label="IDをコピー" name="Copy ID"/>
</context_menu> </context_menu>
<context_menu label="Manage" name="Manage"> <context_menu label="管理" name="Manage">
<menu_item_call label="ブロック" name="Avatar Mute"/> <menu_item_call label="ブロック" name="Avatar Mute"/>
<menu_item_call label="パーティクル所有者をブロック" name="Mute Particle"/> <menu_item_call label="パーティクル所有者をブロック" name="Mute Particle"/>
<menu_item_call label="嫌がらせの報告" name="abuse"/> <menu_item_call label="嫌がらせの報告" name="abuse"/>
......
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- 日本語に合わせて調整しているのでwidthやleftを削除しないこと --> <!-- 日本語に合わせて調整しているのでwidthやleftを削除しないこと -->
<panel width="320" name="music_ticker"> <panel name="music_ticker">
<string name="paused"> <string name="paused">
(何も再生されていません) (何も再生されていません)
</string> </string>
<string name="loading"> <string name="loading">
(読み込んでいます…) (読み込んでいます…)
</string> </string>
<locate left="264" name="visualizer_box"/> <locate left="310" name="visualizer_box" />
<icon left="264" name="visualizer_grid"/> <icon left="310" name="visualizer_grid" />
<text name="station_text"> <text name="station_text" width="302">
バーク バーク
</text> </text>
<icon name="ticker_sep1" width="264"/> <icon name="ticker_sep1" width="308" />
<text name="title_label" width="80"> <text name="title_label" width="100">
曲名: 曲名:
</text> </text>
<text left="86" name="title_text" width="220"> <text left="106" name="title_text" width="200">
ウーフ ウーフ
</text> </text>
<text name="artist_label" width="80"> <icon name="ticker_sep2" width="308" />
<text name="artist_label" width="100">
アーティスト: アーティスト:
</text> </text>
<text left="86" name="artist_text" width="220"> <text left="106" name="artist_text" width="200">
アーフ アーフ
</text> </text>
</panel> </panel>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment