File tree Expand file tree Collapse file tree 5 files changed +22
-1
lines changed Expand file tree Collapse file tree 5 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 638
638
<x : String x : Key =" Text.Repository.Continue" xml : space =" preserve" >CONTINUE</x : String >
639
639
<x : String x : Key =" Text.Repository.CustomActions" xml : space =" preserve" >Custom Actions</x : String >
640
640
<x : String x : Key =" Text.Repository.CustomActions.Empty" xml : space =" preserve" >No Custom Actions</x : String >
641
+ <x : String x : Key =" Text.Repository.Dashboard" xml : space =" preserve" >Dashboard</x : String >
641
642
<x : String x : Key =" Text.Repository.DiscardAll" xml : space =" preserve" >Discard all changes</x : String >
642
643
<x : String x : Key =" Text.Repository.Explore" xml : space =" preserve" >Open in File Browser</x : String >
643
644
<x : String x : Key =" Text.Repository.Filter" xml : space =" preserve" >Search Branches/Tags/Submodules</x : String >
Original file line number Diff line number Diff line change 642
642
<x : String x : Key =" Text.Repository.Continue" xml : space =" preserve" >下一步</x : String >
643
643
<x : String x : Key =" Text.Repository.CustomActions" xml : space =" preserve" >自定义操作</x : String >
644
644
<x : String x : Key =" Text.Repository.CustomActions.Empty" xml : space =" preserve" >自定义操作未设置</x : String >
645
+ <x : String x : Key =" Text.Repository.Dashboard" xml : space =" preserve" >主页</x : String >
645
646
<x : String x : Key =" Text.Repository.DiscardAll" xml : space =" preserve" >放弃所有更改</x : String >
646
647
<x : String x : Key =" Text.Repository.Explore" xml : space =" preserve" >在文件浏览器中打开</x : String >
647
648
<x : String x : Key =" Text.Repository.Filter" xml : space =" preserve" >快速查找分支/标签/子模块</x : String >
Original file line number Diff line number Diff line change 642
642
<x : String x : Key =" Text.Repository.Continue" xml : space =" preserve" >下一步</x : String >
643
643
<x : String x : Key =" Text.Repository.CustomActions" xml : space =" preserve" >自訂動作</x : String >
644
644
<x : String x : Key =" Text.Repository.CustomActions.Empty" xml : space =" preserve" >沒有自訂的動作</x : String >
645
+ <x : String x : Key =" Text.Repository.Dashboard" xml : space =" preserve" >主頁</x : String >
645
646
<x : String x : Key =" Text.Repository.DiscardAll" xml : space =" preserve" >捨棄所有變更</x : String >
646
647
<x : String x : Key =" Text.Repository.Explore" xml : space =" preserve" >在檔案瀏覽器中開啟</x : String >
647
648
<x : String x : Key =" Text.Repository.Filter" xml : space =" preserve" >快速搜尋分支/標籤/子模組</x : String >
Original file line number Diff line number Diff line change 1217
1217
<Style Selector =" ToggleButton.line_path:checked /template/ ContentPresenter#PART_ContentPresenter" >
1218
1218
<Setter Property =" Background" Value =" Transparent" />
1219
1219
</Style >
1220
+ <Style Selector =" ToggleButton.line_path:pointerover Path" >
1221
+ <Setter Property =" Fill" Value =" {DynamicResource Brush.Accent}" />
1222
+ </Style >
1220
1223
<Style Selector =" ToggleButton.line_path:checked Path" >
1221
1224
<Setter Property =" Fill" Value =" {DynamicResource Brush.Accent}" />
1222
1225
</Style >
1268
1271
Fill =" {DynamicResource Brush.FG1}"
1269
1272
HorizontalAlignment =" Center"
1270
1273
VerticalAlignment =" Center"
1271
- Opacity =" 0.65 " />
1274
+ Opacity =" 0.8 " />
1272
1275
</Border >
1273
1276
</ControlTemplate >
1274
1277
</Setter >
1275
1278
1276
1279
<Style Selector =" ^:checked /template/ Path#ChevronPath" >
1277
1280
<Setter Property =" Fill" Value =" {DynamicResource Brush.Accent}" />
1281
+ <Setter Property =" Opacity" Value =" 1" />
1278
1282
</Style >
1279
1283
1280
1284
<Style Selector =" ^:pointerover /template/ Path#ChevronPath" >
Original file line number Diff line number Diff line change 24
24
Width =" 48"
25
25
GroupName =" SearchGroup"
26
26
IsChecked =" {Binding !IsSearching, Mode=OneWay}" >
27
+ <ToolTip .Tip>
28
+ <TextBlock >
29
+ <Run Text =" {DynamicResource Text.Repository.Dashboard}" Foreground =" {DynamicResource Brush.FG1}" />
30
+ <Run Text =" " />
31
+ <Run Text =" {OnPlatform Ctrl+Shift+H, macOS=⌘+⇧+H}" FontSize =" 11" Foreground =" {DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForeground}" />
32
+ </TextBlock >
33
+ </ToolTip .Tip>
27
34
<Path Width =" 12" Height =" 12" Stretch =" Fill" HorizontalAlignment =" Center" Data =" {StaticResource Icons.Home}" />
28
35
</RadioButton >
29
36
30
37
<RadioButton Classes =" switch_button"
31
38
Width =" 48"
32
39
GroupName =" SearchGroup"
33
40
IsChecked =" {Binding IsSearching, Mode=TwoWay}" >
41
+ <ToolTip .Tip>
42
+ <TextBlock >
43
+ <Run Text =" {DynamicResource Text.Repository.Search}" Foreground =" {DynamicResource Brush.FG1}" />
44
+ <Run Text =" " />
45
+ <Run Text =" {OnPlatform Ctrl+F, macOS=⌘+F}" FontSize =" 11" Foreground =" {DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForeground}" />
46
+ </TextBlock >
47
+ </ToolTip .Tip>
34
48
<Path Width =" 12" Height =" 12" Stretch =" Fill" HorizontalAlignment =" Center" Data =" {StaticResource Icons.Search}" />
35
49
</RadioButton >
36
50
</StackPanel >
You can’t perform that action at this time.
0 commit comments