Skip to content

Commit

Permalink
Fixed little layout bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAssassine committed Apr 24, 2022
1 parent fc32746 commit 544dda1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Fastedit/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@
</MenuFlyoutSubItem>
<MenuFlyoutItem x:Uid="DropDownMenu_Window_MarkdownPreview" Click="MarkdownPreview_Click" Text="Markdown preview"/>
</MenuFlyoutSubItem>
<MenuFlyoutSubItem x:Uid="DropDownMenu_SubMenu_Window" Text="Window">
<MenuFlyoutSubItem x:Uid="DropDownMenu_SubMenu_Window" Text="Window" Tag="HideIfNoTab">
<MenuFlyoutItem x:Uid="DropDownMenu_Window_Fullscreen" Icon="Fullscreen" Click="FullScreenButton_Click" Text="Fullscreen" KeyboardAcceleratorTextOverride="F11"/>
</MenuFlyoutSubItem>
<MenuFlyoutSubItem x:Uid="DropDownMenu_SubMenu_Dialogs" Text="Dialogs">
<MenuFlyoutSubItem x:Uid="DropDownMenu_SubMenu_Dialogs" Text="Dialogs" Tag="HideIfNoTab">
<MenuFlyoutItem x:Uid="DropDownMenu_Recyclebin" Icon="Delete" Click="RecycleBin_Click" Text="Recycle bin"/>
<MenuFlyoutItem x:Uid="DropDownMenu_Dialogs_Info" Text="Info" Click="FileInfoButton_Click" Tag="HideIfNoTab">
<MenuFlyoutItem.Icon>
Expand Down
2 changes: 1 addition & 1 deletion Fastedit/Views/SettingsPage/Page6.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</muxc:Expander>
<muxc:Expander Margin="0,5,0,0" HorizontalAlignment="Stretch" HorizontalContentAlignment="Left" >
<muxc:Expander.Header>
<TextBlock Margin="0,20,0,20" x:Uid="SettingsPage6_Header_Backup" Text="Backup:" Width="170" FontSize="24" HorizontalAlignment="Left"/>
<TextBlock Margin="0,20,0,20" x:Uid="SettingsPage6_Header_Backup" Text="Backup:" FontSize="24" HorizontalAlignment="Left"/>
</muxc:Expander.Header>
<muxc:Expander.Content>
<StackPanel Margin="20,0,0,0">
Expand Down

0 comments on commit 544dda1

Please sign in to comment.