Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tajbender committed Oct 20, 2024
1 parent c84db3e commit 10cc91a
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions src/electrifier/Controls/Vanara/ExplorerBrowser.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<!-- TODO: Move `CommandBar` into single Control, cause `FileManagerPage` will use it, too -->
<CommandBar x:Name="CommandBar"
<CommandBar x:Name="CommandBar"
Grid.Row="0"
HorizontalAlignment="Left"
Background="Transparent"
Expand All @@ -28,7 +28,7 @@
Content="New">
<SplitButton.Flyout>
<Flyout>
<StackPanel >
<StackPanel>
<AppBarButton Icon="Folder"
Label="Folder" />
<AppBarButton Icon="Link"
Expand Down Expand Up @@ -57,18 +57,6 @@
<AppBarButton Icon="Delete"
IsEnabled="False"
Label="Delete" />

<!--<Button Content="Options">
<Button.Flyout>
<MenuFlyout>
<MenuFlyoutItem Text="Reset"/>
<MenuFlyoutSeparator/>
<ToggleMenuFlyoutItem Text="Repeat" IsChecked="True"/>
<ToggleMenuFlyoutItem Text="Shuffle" IsChecked="True"/>
</MenuFlyout>
</Button.Flyout>
</Button>-->

<AppBarSeparator />
<AppBarElementContainer>
<SplitButton x:Name="SortSplitButton"
Expand Down Expand Up @@ -106,12 +94,14 @@
<Button Content="Tiles" />
<Button Content="Content" />
<Button Content="~" />
<Button Content="Navigation pane" />
<Button Content="Details pane" />
<Button Content="Preview pane" />
<Button Content="~" />
<Button Content="Show" />
<Button Content="~" />
<Button Content="Two Pages" /> <!-- Glyph: E89A, TwoPage -->
<Button Content="Two Pages" />
<!-- Glyph: E89A, TwoPage -->
<AppBarButton Icon="TwoPage"
Label="Double pane mode" />
<AppBarButton Icon="Refresh"
Expand Down

0 comments on commit 10cc91a

Please sign in to comment.