File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 41
41
<!-- Theme Preview and Editor -->
42
42
<Grid Height =" 380" >
43
43
<Grid .Resources>
44
- <!-- Style for the first ColumnDefinition -->
45
- <Style x : Key =" FirstColumnStyle" TargetType =" ColumnDefinition" >
46
- <Style .Triggers>
47
- <DataTrigger Binding =" {Binding ElementName=Editor, Path=IsChecked}" Value =" False" >
48
- <Setter Property =" Width" Value =" *" />
49
- </DataTrigger >
50
- <DataTrigger Binding =" {Binding ElementName=Editor, Path=IsChecked}" Value =" True" >
51
- <Setter Property =" Width" Value =" 8*" />
52
- </DataTrigger >
53
- </Style .Triggers>
54
- </Style >
55
44
<!-- Style for the second ColumnDefinition -->
56
45
<Style x : Key =" SecondColumnStyle" TargetType =" ColumnDefinition" >
57
46
<Style .Triggers>
66
55
</Style >
67
56
</Grid .Resources>
68
57
<Grid .ColumnDefinitions>
69
- <ColumnDefinition MinWidth =" 500" Style =" {StaticResource FirstColumnStyle}" />
70
- <ColumnDefinition Width =" 0" />
58
+ <ColumnDefinition Width =" 8*" />
71
59
<ColumnDefinition MaxWidth =" 250" Style =" {StaticResource SecondColumnStyle}" />
72
60
</Grid .ColumnDefinitions>
73
- <GridSplitter
74
- Grid.Column=" 1"
75
- Width =" 0"
76
- HorizontalAlignment =" Stretch"
77
- Background =" Transparent" />
78
61
<!-- Theme Size Editor -->
79
62
<Border
80
- Grid.Column=" 2 "
63
+ Grid.Column=" 1 "
81
64
Padding =" 0 0 0 0"
82
65
Background =" {DynamicResource Color00B}"
83
66
BorderBrush =" {DynamicResource Color03B}"
You can’t perform that action at this time.
0 commit comments