Testing of new UI elements.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<Border Grid.Row="1" Grid.Column="1" Height="50" Width="180" HorizontalAlignment="Left">
|
||||
<Grid>
|
||||
<Image Source="/Resources/stone-input-box.png" Stretch="Fill" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
||||
<TextBox Text="{Binding PlayerName, UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Stretch" Margin="16" Background="Transparent" BorderBrush="Transparent" Foreground="Yellow" FontSize="16"/>
|
||||
<TextBox Text="{Binding PlayerName, UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Stretch" Margin="16,3,16,3" Background="Transparent" BorderBrush="Transparent" Foreground="Yellow" FontSize="16"/>
|
||||
</Grid>
|
||||
</Border>
|
||||
<!--TextBox Text="{Binding GroupID, UpdateSourceTrigger=PropertyChanged}" Grid.Row="2" Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Stretch" Margin="3"/-->
|
||||
|
@@ -23,6 +23,8 @@
|
||||
<None Remove="Resources\Panel\panel-top-right.png" />
|
||||
<None Remove="Resources\Panel\panel-top.png" />
|
||||
<None Remove="Resources\SplashScreenLogo.png" />
|
||||
<None Remove="Resources\stone-checkbox-checked.png" />
|
||||
<None Remove="Resources\stone-checkbox-unchecked.png" />
|
||||
<None Remove="Resources\stone-input-box.png" />
|
||||
<None Remove="Resources\wood-button-pressed.png" />
|
||||
<None Remove="Resources\wood-button.png" />
|
||||
@@ -49,6 +51,8 @@
|
||||
<Resource Include="Resources\Panel\panel-top-right.png" />
|
||||
<Resource Include="Resources\Panel\panel-top.png" />
|
||||
<Resource Include="Resources\SplashScreenLogo.png" />
|
||||
<Resource Include="Resources\stone-checkbox-checked.png" />
|
||||
<Resource Include="Resources\stone-checkbox-unchecked.png" />
|
||||
<Resource Include="Resources\stone-input-box.png" />
|
||||
<Resource Include="Resources\wood-button-pressed.png" />
|
||||
<Resource Include="Resources\wood-button.png" />
|
||||
|
Reference in New Issue
Block a user