Skip to content

Commit

Permalink
Merge pull request #63 from fossmium/hide-search-bar
Browse files Browse the repository at this point in the history
Hide search bar on UI
  • Loading branch information
TimGels authored May 21, 2022
2 parents 6497255 + 8d90429 commit 1e319a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OneDrive-Cloud-Player/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
</Grid>
</Grid>

<TextBox
<!--Commented out as it is not functional so it would not make much sense to have in the UI.-->
<!--<TextBox
Text="[W.I.P] Search..."
Grid.Row="2"
FontSize="16"
Expand All @@ -140,7 +141,7 @@
BorderThickness="0"
Padding="20, 15, 15, 15"
Margin="0">
</TextBox>
</TextBox>-->

<Grid Grid.Row="3" Margin="0, 0, 0, 0" RequestedTheme="Dark">
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit 1e319a4

Please sign in to comment.