You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Signal-Windows/Views/RegisterPage.xaml
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -42,20 +42,22 @@
42
42
</Grid.RowDefinitions>
43
43
<TextBlockx:Name="TitleTextBlock" Grid.Row="0"Foreground="White"FontSize="34"HorizontalAlignment="Center"Text="Connect with Signal"FontWeight="Light"VerticalAlignment="Center"/>
44
44
<StackPanel Grid.Row="1">
45
-
<ComboBoxHorizontalAlignment="Center"Width="300"ItemsSource="{x:Bind Vm.CountriesList}"SelectionChanged="ComboBox_SelectionChanged"x:Name="CountriesList"VerticalAlignment="Stretch"d:LayoutOverrides="TopPosition, BottomPosition"PlaceholderText="Select your country"/>
<ComboBoxHorizontalAlignment="Stretch"ItemsSource="{x:Bind Vm.CountriesList}"SelectionChanged="ComboBox_SelectionChanged"x:Name="CountriesList"VerticalAlignment="Stretch"d:LayoutOverrides="TopPosition, BottomPosition"PlaceholderText="Select your country"/>
<TextBlockx:Name="VerifyTextBlock"Text="Verify your phone number to connect with Signal."FontSize="20"Foreground="White"HorizontalAlignment="Center"Margin="0,16,0,0"TextAlignment="Center"TextWrapping="Wrap"/>
0 commit comments