Skip to content

Commit 3042fce

Browse files
committed
Format style
1 parent 467e805 commit 3042fce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ResourceDictionary
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:converters="clr-namespace:Flow.Launcher.Converters"
55
xmlns:helper="clr-namespace:Flow.Launcher.Helper"
66
xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
@@ -173,7 +173,6 @@
173173
</Setter>
174174
</Style>
175175

176-
<!-- // TODO: Make it work? How can I apply MinWidth to all ui:NumberBox? -->
177176
<!-- Number Box -->
178177
<Thickness x:Key="NumberBoxPopupIndicatorMargin">0,0,8,0</Thickness>
179178

@@ -637,7 +636,6 @@
637636
</Setter>
638637
</Style>
639638

640-
641639
<!-- Toggle Button -->
642640
<Style x:Key="CustomToggleButtonStyle" TargetType="ToggleButton">
643641
<Setter Property="OverridesDefaultStyle" Value="True" />

0 commit comments

Comments
 (0)