mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change Edit Button to Icon
This commit is contained in:
parent
d31c9a0119
commit
37ab4aa355
1 changed files with 8 additions and 2 deletions
|
|
@ -50,12 +50,18 @@
|
|||
Orientation="Horizontal">
|
||||
<ToggleButton
|
||||
x:Name="Editor"
|
||||
Width="36"
|
||||
Height="36"
|
||||
Margin="8"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"
|
||||
Content="Edit"
|
||||
Style="{DynamicResource CustomToggleButtonStyle}"
|
||||
ToolTip="Show details" />
|
||||
ToolTip="Show details">
|
||||
<ui:FontIcon
|
||||
FontSize="14"
|
||||
Foreground="{DynamicResource Color05B}"
|
||||
Glyph="" />
|
||||
</ToggleButton>
|
||||
<!-- Theme Size Editor -->
|
||||
<Border
|
||||
Padding="0 0 0 0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue