From 7055ed84b36ccdee30a7d50b3b13a1a6c3903a2b Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 14 Jan 2021 16:42:27 +0800 Subject: [PATCH] style: translations and size --- src/Resources/Locales/zh_CN.xaml | 2 +- src/UI/SettingDialog.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Resources/Locales/zh_CN.xaml b/src/Resources/Locales/zh_CN.xaml index c8420b02..a7071c4d 100644 --- a/src/Resources/Locales/zh_CN.xaml +++ b/src/Resources/Locales/zh_CN.xaml @@ -359,7 +359,7 @@ 工具 : 安装路径 : 填写工具可执行文件所在位置 - 指令 : + 命令行参数 : 选择git.exe所在位置 选择仓库本地存放位置 选择{0}所在位置 diff --git a/src/UI/SettingDialog.xaml b/src/UI/SettingDialog.xaml index 3fae973b..020b5e79 100644 --- a/src/UI/SettingDialog.xaml +++ b/src/UI/SettingDialog.xaml @@ -8,7 +8,7 @@ xmlns:app="clr-namespace:SourceGit" xmlns:git="clr-namespace:SourceGit.Git" mc:Ignorable="d" - Height="600" Width="500" + Height="560" Width="500" Title="{StaticResource Text.Preference}" WindowStartupLocation="CenterOwner" ResizeMode="NoResize">