File tree Expand file tree Collapse file tree 1 file changed +0
-54
lines changed Expand file tree Collapse file tree 1 file changed +0
-54
lines changed Original file line number Diff line number Diff line change 174174 <!-- #endregion-->
175175 </Style >
176176
177- <Style x : Key =" NavTabItem" TargetType =" {x:Type TabItem}" >
178- <Setter Property =" DockPanel.Dock" Value =" Top" />
179- <Setter Property =" Template" >
180- <Setter .Value>
181- <ControlTemplate TargetType =" {x:Type TabItem}" >
182- <Grid >
183- <Border
184- x : Name =" border"
185- Height =" 40"
186- Margin =" 14 4 8 4"
187- Padding =" 0 0 0 0"
188- HorizontalAlignment =" Stretch"
189- Background =" {DynamicResource Color01B}"
190- CornerRadius =" 5" >
191- <Grid >
192- <Grid .ColumnDefinitions>
193- <ColumnDefinition Width =" 4" />
194- <ColumnDefinition />
195- </Grid .ColumnDefinitions>
196- <Rectangle
197- x : Name =" Bullet"
198- Grid.Column=" 0"
199- Width =" 4"
200- Height =" 18"
201- Margin =" 0 11 0 11"
202- Fill =" {DynamicResource ToggleSwitchFillOn}"
203- RadiusX =" 2"
204- RadiusY =" 2"
205- Visibility =" Hidden" />
206- <ContentPresenter
207- x : Name =" ContentSite"
208- Grid.Column=" 1"
209- Margin =" 12 11 18 11"
210- HorizontalAlignment =" Stretch"
211- VerticalAlignment =" Center"
212- ContentSource =" Header"
213- TextBlock.Foreground=" #000" />
214- </Grid >
215- </Border >
216- </Grid >
217- <ControlTemplate .Triggers>
218- <Trigger Property =" IsMouseOver" Value =" True" >
219- <Setter TargetName =" border" Property =" Background" Value =" {DynamicResource Color06B}" />
220- </Trigger >
221- <Trigger Property =" IsSelected" Value =" True" >
222- <Setter TargetName =" border" Property =" Background" Value =" {DynamicResource Color06B}" />
223- <Setter TargetName =" Bullet" Property =" Visibility" Value =" Visible" />
224- </Trigger >
225- </ControlTemplate .Triggers>
226- </ControlTemplate >
227- </Setter .Value>
228- </Setter >
229- </Style >
230-
231177 <!-- #region Plugin Style-->
232178 <Style x : Key =" PluginList" TargetType =" ListBoxItem" >
233179 <Setter Property =" Background" Value =" {DynamicResource Color00B}" />
You can’t perform that action at this time.
0 commit comments