Skip to content

Commit

Permalink
Better spacing in Settings Window
Browse files Browse the repository at this point in the history
  • Loading branch information
nachmore committed Jan 6, 2020
1 parent b893347 commit 50e785d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChimeHelper/ChimeHelper/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@

<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
<RowDefinition Height="5"/>
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>

<TextBlock Grid.Row="0" Grid.Column="0">Personalized ID (eg: "my_awesome_bridge"):</TextBlock>
<TextBox Grid.Row="0" Grid.Column="1" MaxLength="50" Text="{Binding PersonalizedId, Mode=TwoWay}"></TextBox>

<TextBlock Grid.Row="1" Grid.Column="0">Personal ID (eg: "123456789"):</TextBlock>
<TextBox Grid.Row="1" Grid.Column="1" MaxLength="20" Text="{Binding PersonalId, Mode=TwoWay}"></TextBox>
<TextBlock Grid.Row="2" Grid.Column="0">Personal ID (eg: "123456789"):</TextBlock>
<TextBox Grid.Row="2" Grid.Column="1" MaxLength="20" Text="{Binding PersonalId, Mode=TwoWay}"></TextBox>
</Grid>

<StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
Expand Down

0 comments on commit 50e785d

Please sign in to comment.