Browse Source

Merge branch 'Nadia' of http://gogs.ngknn.ru:3000/Acosta/Frontend into Nadia

AngelikaSuhareva 4 months ago
parent
commit
ff5cfbd6ad
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Views/PersonalAccountView.axaml

+ 2 - 1
Views/PersonalAccountView.axaml

@@ -51,7 +51,8 @@
 				</StackPanel>
 			</StackPanel>
 			<StackPanel>
-				<TextBlock Text="Администрирование приложения" FontWeight="Medium" FontFamily="Roboto" FontSize="30" HorizontalAlignment="Center" Margin="0 100 0 30"></TextBlock>
+				<TextBlock Text="Администрирование приложения" FontWeight="Medium" FontFamily="Roboto"
+						   FontSize="30" HorizontalAlignment="Center" Margin="0 100 0 30"></TextBlock>
 				<StackPanel.Styles>
 					<Style Selector="Border.field">
 						<Setter Property="Width" Value="600"></Setter>