File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
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" >
51
51
</Grid .Resources>
52
52
<Grid .ColumnDefinitions>
53
53
<ColumnDefinition Width =" 60" />
54
- <ColumnDefinition Width =" *" />
54
+ <ColumnDefinition Width =" 9 *" />
55
55
<ColumnDefinition Width =" Auto" />
56
56
</Grid .ColumnDefinitions>
57
57
<StackPanel
134
134
<TextBlock
135
135
x : Name =" SubTitle"
136
136
Grid.Row=" 1"
137
- MinWidth =" 750"
138
137
Style =" {DynamicResource ItemSubTitleStyle}"
139
138
Text =" {Binding Result.SubTitle}"
140
139
ToolTip =" {Binding ShowSubTitleToolTip}" />
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