File tree Expand file tree Collapse file tree 8 files changed +5
-5
lines changed
BasicUI_SunBurn/BasicUI_Pro
WindowsDesktopAndDevelopmentMode Expand file tree Collapse file tree 8 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ) ;
Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments