File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 30
30
31
31
<ListBox .ItemTemplate>
32
32
<DataTemplate >
33
- <Button >
33
+ <Button HorizontalAlignment = " Stretch " >
34
34
<Button .Template>
35
35
<ControlTemplate >
36
36
<ContentPresenter Content =" {TemplateBinding Button.Content}" />
39
39
<Button .Content>
40
40
<Grid
41
41
Margin =" 0"
42
- HorizontalAlignment =" Left "
42
+ HorizontalAlignment =" Stretch "
43
43
VerticalAlignment =" Stretch"
44
44
Cursor =" Hand"
45
45
UseLayoutRounding =" False" >
50
50
</Grid .Resources>
51
51
<Grid .ColumnDefinitions>
52
52
<ColumnDefinition Width =" 60" />
53
- <ColumnDefinition Width =" *" />
53
+ <ColumnDefinition Width =" 9 *" />
54
54
<ColumnDefinition Width =" Auto" />
55
55
</Grid .ColumnDefinitions>
56
56
<StackPanel
129
129
<TextBlock
130
130
x : Name =" SubTitle"
131
131
Grid.Row=" 1"
132
- MinWidth =" 750"
133
132
Style =" {DynamicResource ItemSubTitleStyle}"
134
133
Text =" {Binding Result.SubTitle}"
135
- ToolTip =" {Binding ShowSubTitleToolTip}" >
136
-
137
- </TextBlock >
134
+ ToolTip =" {Binding ShowSubTitleToolTip}" />
138
135
139
136
</Grid >
140
137
Original file line number Diff line number Diff line change 597
597
<StackPanel Style =" {StaticResource TextPanel}" >
598
598
<TextBlock Style =" {DynamicResource SettingTitleLabel}" Text =" {DynamicResource startFlowLauncherOnSystemStartup}" />
599
599
</StackPanel >
600
- <CheckBox
601
- IsChecked =" {Binding StartFlowLauncherOnSystemStartup}"
602
- Style =" {DynamicResource SideControlCheckBox}" />
600
+ <CheckBox IsChecked =" {Binding StartFlowLauncherOnSystemStartup}" Style =" {DynamicResource SideControlCheckBox}" />
603
601
<TextBlock Style =" {StaticResource Glyph}" >
604
602

605
603
</TextBlock >
1621
1619
Margin =" 0,0,18,0"
1622
1620
IsMoveToPointEnabled =" True"
1623
1621
IsSnapToTickEnabled =" True"
1624
- Maximum =" 900 "
1622
+ Maximum =" 1920 "
1625
1623
Minimum =" 400"
1626
1624
TickFrequency =" 10"
1627
1625
Value =" {Binding WindowWidthSize, Mode=TwoWay}" />
1792
1790
Margin =" 20,0,0,0"
1793
1791
HorizontalAlignment =" Left"
1794
1792
VerticalAlignment =" Top"
1793
+ IsSynchronizedWithCurrentItem =" False"
1795
1794
ItemsSource =" {Binding Source={StaticResource SortedFonts}}"
1796
- SelectedItem =" {Binding SelectedQueryBoxFont}"
1797
- IsSynchronizedWithCurrentItem =" False" />
1795
+ SelectedItem =" {Binding SelectedQueryBoxFont}" />
1798
1796
<ComboBox
1799
1797
Width =" 130"
1800
1798
Margin =" 10,0,0,0"
1843
1841
Margin =" 20,-2,0,0"
1844
1842
HorizontalAlignment =" Left"
1845
1843
VerticalAlignment =" Top"
1844
+ IsSynchronizedWithCurrentItem =" False"
1846
1845
ItemsSource =" {Binding Source={StaticResource SortedFonts}}"
1847
- SelectedItem =" {Binding SelectedResultFont}"
1848
- IsSynchronizedWithCurrentItem =" False" />
1846
+ SelectedItem =" {Binding SelectedResultFont}" />
1849
1847
<ComboBox
1850
1848
Width =" 130"
1851
1849
Margin =" 10,-2,0,0"
You can’t perform that action at this time.
0 commit comments