Skip to content

Commit 437124d

Browse files
committed
Version Update
1 parent 18dabfd commit 437124d

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

BasicUI_SunBurn/BasicUI_Pro/GameLibrary/BasicUIScreen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public override void Draw(GameTime gameTime)
7474
{
7575
GraphicsDevice device = Platform.Instance.GraphicsDevice;
7676
device.Clear(backgroundColor);
77-
77+
7878
basicUI.Draw(gameTime);
7979
}
8080

BasicUI_SunBurn/BasicUI_Pro/GameLibrary/GeneratedUI/BasicUI.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace EmptyKeys.UserInterface.Generated {
1717
using SynapseGaming.SunBurn.Framework.Primitives;
1818

1919

20-
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.1.0.0")]
20+
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.2.0.0")]
2121
public partial class BasicUI : UIRoot {
2222

2323
private Grid e_0;
@@ -184,7 +184,7 @@ private void InitializeComponent() {
184184
this.slider = new Slider();
185185
this.e_5.Children.Add(this.slider);
186186
this.slider.Name = "slider";
187-
this.slider.Width = 150F;
187+
this.slider.Width = 120F;
188188
this.slider.Minimum = 5F;
189189
this.slider.Maximum = 20F;
190190
Binding binding_slider_Value = new Binding("SliderValue");

BasicUI_SunBurn/BasicUI_Pro/GameLibrary/GeneratedUI/Dictionary.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace EmptyKeys.UserInterface.Generated {
1717
using SynapseGaming.SunBurn.Framework.Primitives;
1818

1919

20-
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.1.0.0")]
20+
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.2.0.0")]
2121
public sealed class Dictionary : ResourceDictionary {
2222

2323
private static Dictionary singleton = new Dictionary();
-7 Bytes
Binary file not shown.
-7 Bytes
Binary file not shown.

BasicUI_SunBurn/BasicUI_Pro/UserInterface/BasicUI.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
Command="{Binding OpenMessageBox}" CommandParameter="Click Button 3" ToolTip="{DynamicResource ToolTipText}"/>
5959
<TextBlock Name="buttonResult" Text="{Binding ButtonResult}" HorizontalAlignment="Center" />
6060
<StackPanel Orientation="Horizontal" Width="200">
61-
<Slider Name="slider" Width="150" Value="{Binding SliderValue}" Minimum="5" Maximum="20" />
61+
<Slider Name="slider" Width="120" Value="{Binding SliderValue}" Minimum="5" Maximum="20" />
6262
<TextBlock Name="sliderValue" Text="{Binding SliderValue}" Margin="5" />
6363
</StackPanel>
6464
<TextBox Name="textBox" Width="200" Text="{Binding TextBoxText}" Margin="5"/>
-7 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)