mr.solder5 5 anni fa
parent
commit
d8c768c600
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      CopyCenter/AuthorizationWindow.xaml

+ 3 - 3
CopyCenter/AuthorizationWindow.xaml

@@ -8,8 +8,8 @@
         Title="" Height="300" Width="450" WindowStartupLocation="CenterScreen" FontFamily="Century Gothic">
     <Grid>
 
-        <TextBlock Text="Логин" Margin="10,82,387,155"/>
-        <TextBlock Text="Пароль" Margin="10,130,378,108"/>
+        <TextBlock Text="Логин" Margin="10,77,387,153"/>
+        <TextBlock Text="Пароль" Margin="10,125,378,108"/>
         <TextBlock Text="АВТОРИЗАЦИЯ" Margin="179,10,164,229"/>
         <TextBox Name="login" Grid.Row="0" Margin="109,72,39,164"/>
         <PasswordBox Name="password" Margin="109,120,39,117"/>
@@ -17,7 +17,7 @@
         <Button Content="Зарегистрироваться" Click="Registration_Click" FontFamily="Century Gothic" Height="Auto" Margin="119,157,158,78" Width="Auto" Background="#FF138DE2" FontSize="14"/>
         <StackPanel>
             <Image Margin="64,120,346,117" Source="key[1].png" Stretch="Fill"/>
-            <Image Margin="64,-196,346,165" Source="1536306136_user[1].png" Stretch="Fill" />
+            <Image Margin="64,-190,346,165" Source="1536306136_user[1].png" Stretch="Fill" Height="24" />
             <Image Margin="278,-270,124,229" Source="w256h2561384699897signup[1].png" Stretch="Fill" RenderTransformOrigin="7.7,0.75"/>
          </StackPanel>