diff --git a/src/Resources/Locales/de_DE.axaml b/src/Resources/Locales/de_DE.axaml index 5cea52ce..8ec97547 100644 --- a/src/Resources/Locales/de_DE.axaml +++ b/src/Resources/Locales/de_DE.axaml @@ -151,7 +151,6 @@ Benutzername für dieses Repository Arbeitsplätze Farbe - Name Zuletzt geöffnete Tabs beim Starten wiederherstellen Kopieren Kopiere gesamten Text diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml index fec41bb4..e9717845 100644 --- a/src/Resources/Locales/en_US.axaml +++ b/src/Resources/Locales/en_US.axaml @@ -150,7 +150,6 @@ User name for this repository Workspaces Color - Name Restore tabs on startup Copy Copy All Text diff --git a/src/Resources/Locales/zh_CN.axaml b/src/Resources/Locales/zh_CN.axaml index 0ae65f91..6d3474b6 100644 --- a/src/Resources/Locales/zh_CN.axaml +++ b/src/Resources/Locales/zh_CN.axaml @@ -153,7 +153,6 @@ 应用于本仓库的用户名 工作区 颜色 - 名称 启动时恢复打开的仓库 复制 复制全部文本 diff --git a/src/Resources/Locales/zh_TW.axaml b/src/Resources/Locales/zh_TW.axaml index c90893f7..7d31e33e 100644 --- a/src/Resources/Locales/zh_TW.axaml +++ b/src/Resources/Locales/zh_TW.axaml @@ -153,7 +153,6 @@ 用於本存放庫的使用者名稱 工作區 顏色 - 名稱 啟動時還原上次開啟的存放庫 複製 複製全部內容 diff --git a/src/Views/ColorPicker.cs b/src/Views/ColorPicker.cs index 8d1a65de..8a0ecb55 100644 --- a/src/Views/ColorPicker.cs +++ b/src/Views/ColorPicker.cs @@ -148,7 +148,7 @@ namespace SourceGit.Views protected override Size MeasureOverride(Size availableSize) { - return new Size(256, 256); + return new Size(256, 240); } protected override void OnPointerPressed(PointerPressedEventArgs e) diff --git a/src/Views/ConfigureWorkspace.axaml b/src/Views/ConfigureWorkspace.axaml index 582995b8..c7ed900b 100644 --- a/src/Views/ConfigureWorkspace.axaml +++ b/src/Views/ConfigureWorkspace.axaml @@ -46,7 +46,7 @@ - + @@ -107,16 +107,13 @@ - - - - - + + - - - + +