|
21 | 21 | <Grid RowDefinitions="*">
|
22 | 22 | <Grid ColumnDefinitions="*,Auto,*">
|
23 | 23 | <Grid Grid.Column="0">
|
24 |
| - <Grid.RowDefinitions> |
25 |
| - <RowDefinition Height="Auto"/> |
26 |
| - <RowDefinition Height="*"/> |
27 |
| - </Grid.RowDefinitions> |
28 |
| - |
29 | 24 | <!-- Folders -->
|
30 | 25 | <Border
|
31 |
| - Grid.Row="1" |
32 | 26 | BorderThickness="1"
|
33 | 27 | Background="#0d0d0d"
|
34 | 28 | ClipToBounds="True"
|
|
37 | 31 |
|
38 | 32 | <Border.BorderBrush>
|
39 | 33 | <LinearGradientBrush StartPoint="0%,0%" EndPoint="100%,100%">
|
40 |
| - <GradientStop Color="#1e1e1f" Offset="0" /> |
| 34 | + <GradientStop Color="#2f2f30" Offset="0" /> |
| 35 | + <GradientStop Color="#2e2e2e" Offset="0.5" /> |
| 36 | + <GradientStop Color="#171717" Offset="1" /> |
41 | 37 | </LinearGradientBrush>
|
42 | 38 | </Border.BorderBrush>
|
43 | 39 |
|
|
54 | 50 | <ControlTheme x:DataType="Explorer:TreeItem"
|
55 | 51 | TargetType="TreeViewItem"
|
56 | 52 | BasedOn="{StaticResource {x:Type TreeViewItem}}">
|
| 53 | + |
57 | 54 | <Setter Property="IsExpanded" Value="{Binding Expanded, Mode=TwoWay}" />
|
58 | 55 | <Setter Property="IsSelected" Value="{Binding Selected, Mode=TwoWay}" />
|
59 | 56 | </ControlTheme>
|
|
131 | 128 | </StackPanel>
|
132 | 129 |
|
133 | 130 | <Grid Grid.Row="1" Margin="3 2 10 10">
|
134 |
| - <TextBox BorderBrush="#1e1e1f" MinWidth="0" Text="{Binding SearchFilter, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Watermark="Search"></TextBox> |
| 131 | + <TextBox BorderBrush="#2f2f30" MinWidth="0" Text="{Binding SearchFilter, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Watermark="Search"></TextBox> |
135 | 132 | </Grid>
|
136 | 133 |
|
137 | 134 | <Grid Grid.Row="2">
|
|
142 | 139 | CornerRadius="12">
|
143 | 140 | <Border.BorderBrush>
|
144 | 141 | <LinearGradientBrush StartPoint="0%,0%" EndPoint="100%,100%">
|
145 |
| - <GradientStop Color="#1e1e1f" Offset="0" /> |
| 142 | + <GradientStop Color="#2f2f30" Offset="0" /> |
| 143 | + <GradientStop Color="#2e2e2e" Offset="0.5" /> |
| 144 | + <GradientStop Color="#171717" Offset="1" /> |
146 | 145 | </LinearGradientBrush>
|
147 | 146 | </Border.BorderBrush>
|
148 | 147 |
|
|
165 | 164 |
|
166 | 165 | <ListBox.ItemTemplate>
|
167 | 166 | <DataTemplate DataType="Explorer:FileTile">
|
168 |
| - <StackPanel Spacing="5" Margin="25 0 0 0" |
| 167 | + <StackPanel Spacing="5" Margin="10 0 0 0" |
169 | 168 | Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Center">
|
170 |
| - <fluent:FluentIcon Icon="Document" IconVariant="Filled" Foreground="#0e98e8"/> |
| 169 | + <fluent:FluentIcon FontSize="16" Icon="Document" IconVariant="Filled" Foreground="#0e98e8"/> |
171 | 170 |
|
172 | 171 | <TextBlock Text="{Binding NameWithoutExtension}"
|
173 | 172 | FontSize="14"
|
|
182 | 181 | </Border>
|
183 | 182 | </Grid>
|
184 | 183 |
|
185 |
| - <Grid Margin="0 0 10 5" Grid.Row="3" IsVisible="{Binding Source={x:Static framework:AppServices.Settings}, Path=Application.ShowDebugData}"> |
| 184 | + <Grid Margin="0 -3 10 5" Grid.Row="3" IsVisible="{Binding Source={x:Static framework:AppServices.Settings}, Path=Application.ShowDebugData}"> |
186 | 185 | <Border
|
187 | 186 | BorderThickness="1"
|
188 | 187 | Background="#0a0a0a"
|
|
0 commit comments