File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 230
230
<Setter Property =" Background" Value =" Red" />
231
231
</Style >
232
232
233
- <Style Selector =" Button.icon_button" >
233
+ <Style Selector =" Button.icon_button, RepeatButton.icon_button " >
234
234
<Setter Property =" BorderThickness" Value =" 0" />
235
235
<Setter Property =" Background" Value =" Transparent" />
236
236
<Setter Property =" VerticalAlignment" Value =" Center" />
237
237
</Style >
238
- <Style Selector =" Button.icon_button /template/ ContentPresenter#PART_ContentPresenter" >
238
+ <Style Selector =" Button.icon_button /template/ ContentPresenter#PART_ContentPresenter, RepeatButton.icon_button /template/ ContentPresenter#PART_ContentPresenter " >
239
239
<Setter Property =" Background" Value =" Transparent" />
240
240
<Setter Property =" Opacity" Value =" 0.8" />
241
241
</Style >
242
- <Style Selector =" Button.icon_button:pointerover /template/ ContentPresenter#PART_ContentPresenter" >
242
+ <Style Selector =" Button.icon_button:pointerover /template/ ContentPresenter#PART_ContentPresenter, RepeatButton.icon_button:pointerover /template/ ContentPresenter#PART_ContentPresenter " >
243
243
<Setter Property =" Opacity" Value =" 1" />
244
244
</Style >
245
245
Original file line number Diff line number Diff line change 86
86
87
87
<!-- Pages Tabs-->
88
88
<Grid x : Name =" launcherTabsContainer" Grid.Column=" 1" Height =" 30" ColumnDefinitions =" Auto,*,Auto" VerticalAlignment =" Bottom" SizeChanged =" UpdateScrollIndicator" >
89
- <Button x : Name =" leftScrollIndicator" Grid.Column=" 0" Classes =" icon_button" Width =" 18" Height =" 30" Click =" ScrollTabsLeft" >
89
+ <RepeatButton x : Name =" leftScrollIndicator" Grid.Column=" 0" Classes =" icon_button" Width =" 18" Height =" 30" Click =" ScrollTabsLeft" >
90
90
<Path Width =" 8" Height =" 14" Stretch =" Fill" Data =" {StaticResource Icons.TriangleLeft}" />
91
- </Button >
91
+ </RepeatButton >
92
92
93
93
<ScrollViewer Grid.Column=" 1"
94
94
x : Name =" launcherTabsScroller"
241
241
</StackPanel >
242
242
</ScrollViewer >
243
243
244
- <Button x : Name =" rightScrollIndicator" Grid.Column=" 2" Classes =" icon_button" Width =" 18" Height =" 30" Click =" ScrollTabsRight" >
244
+ <RepeatButton x : Name =" rightScrollIndicator" Grid.Column=" 2" Classes =" icon_button" Width =" 18" Height =" 30" Click =" ScrollTabsRight" >
245
245
<Path Width =" 8" Height =" 14" Stretch =" Fill" Data =" {StaticResource Icons.TriangleRight}" />
246
- </Button >
246
+ </RepeatButton >
247
247
</Grid >
248
248
249
249
<!-- Caption Buttons (Windows/Linux)-->
You can’t perform that action at this time.
0 commit comments