优化更新
This commit is contained in:
@@ -18,11 +18,17 @@
|
||||
Spacing="5">
|
||||
<ui:Button
|
||||
x:Name="HideElements"
|
||||
Margin="0,5"
|
||||
Click="Btn_Click"
|
||||
Content="隐藏对象"
|
||||
Content="隐藏元素"
|
||||
Icon="{ui:SymbolIcon SlideHide20,
|
||||
False}" />
|
||||
<ui:Button
|
||||
x:Name="HideElementsAll"
|
||||
Click="Btn_Click"
|
||||
Content="隐藏所有"
|
||||
Icon="{ui:SymbolIcon SlideHide24,
|
||||
False}"
|
||||
ToolTip="在所有视图中隐藏该元素" />
|
||||
<!--<Button
|
||||
x:Name="HideCategories"
|
||||
Height="30"
|
||||
@@ -39,7 +45,7 @@
|
||||
<ui:Button
|
||||
x:Name="PinElements"
|
||||
Click="Btn_Click"
|
||||
Content="锁定对象"
|
||||
Content="锁定元素"
|
||||
Icon="{ui:SymbolIcon LockClosed20,
|
||||
False}" />
|
||||
<ui:Button
|
||||
@@ -63,7 +69,7 @@
|
||||
<ui:Button
|
||||
x:Name="IsolateElements"
|
||||
Click="Btn_Click"
|
||||
Content="隔离对象"
|
||||
Content="隔离元素"
|
||||
Icon="{ui:SymbolIcon SearchVisual20,
|
||||
False}" />
|
||||
<ui:Button
|
||||
|
||||
Reference in New Issue
Block a user