Skip to content

Commit e903e97

Browse files
committed
update setting message;
1 parent 7c255f4 commit e903e97

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

src/CodeWF.Toolbox/I18n/MainModule.en-US.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</SettingView>
2424
<CommonSettingView>
2525
<Title>General Settings</Title>
26-
<Description>Interface style settings</Description>
26+
<Description>The interface style setting and internationalization module involve the use of third-party enterprises in production libraries, and are temporarily not open source</Description>
2727
<Theme>Theme</Theme>
2828
<FollowingSystem>Follow the system</FollowingSystem>
2929
<LightMode>Light mode</LightMode>

src/CodeWF.Toolbox/I18n/MainModule.ja-JP.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</SettingView>
2424
<CommonSettingView>
2525
<Title>一般設定</Title>
26-
<Description>インターフェーススタイルの設定</Description>
26+
<Description>インタフェーススタイルの設定、国際化モジュールは第三者企業が生産ライブラリで使用することに関連し、しばらくオープンソースしない</Description>
2727
<Theme>テーマ</Theme>
2828
<FollowingSystem>システムに従う</FollowingSystem>
2929
<LightMode>ライトモード</LightMode>

src/CodeWF.Toolbox/I18n/MainModule.zh-CN.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</SettingView>
2424
<CommonSettingView>
2525
<Title>通用设置</Title>
26-
<Description>界面风格设置</Description>
26+
<Description>界面风格设置,国际化模块涉及到第三方企业在生产库中使用,暂时不开源</Description>
2727
<Theme>主题</Theme>
2828
<FollowingSystem>跟随系统</FollowingSystem>
2929
<LightMode>白天模式</LightMode>

src/CodeWF.Toolbox/I18n/MainModule.zh-Hant.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</SettingView>
2424
<CommonSettingView>
2525
<Title>通用設置</Title>
26-
<Description>界面風格設置</Description>
26+
<Description>介面風格設定,國際化模塊涉及到協力廠商企業在生產庫中使用,暫時不開源</Description>
2727
<Theme>主題</Theme>
2828
<FollowingSystem>跟隨系統</FollowingSystem>
2929
<LightMode>白天模式</LightMode>

src/CodeWF.Toolbox/Views/SettingView.axaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
</Design.DataContext>
2121
<StackPanel VerticalAlignment="Top">
2222
<TextBlock
23-
Margin="0,0,0,20"
23+
Margin="5,5,5,20"
2424
HorizontalAlignment="Left"
25-
Classes="Tertiary H5"
25+
TextWrapping="Wrap"
26+
Classes="Tertiary H6"
2627
Text="{Binding #MyTab.Tag}"
2728
Theme="{StaticResource TitleTextBlock}" />
2829
<TabControl TabStripPlacement="Left" prism:RegionManager.RegionName="{x:Static core:RegionNames.SettingRegion}" Name="MyTab" />

0 commit comments

Comments
 (0)