aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/FinalMission
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-20 09:17:10 -0400
committerMichaelTheShifter <[email protected]>2016-07-20 09:17:10 -0400
commitf1856e8ed30ed882229fd3fa2a4038122a5fb441 (patch)
treef07964fa90b80fbb210b1a87a847481430502146 /source/WindowsFormsApplication1/FinalMission
parentd5f6a04902749e73530eae1e1e0f97cb78525334 (diff)
downloadshiftos-c--f1856e8ed30ed882229fd3fa2a4038122a5fb441.tar.gz
shiftos-c--f1856e8ed30ed882229fd3fa2a4038122a5fb441.tar.bz2
shiftos-c--f1856e8ed30ed882229fd3fa2a4038122a5fb441.zip
Fix graphical glitch with buttons.
This glitch has been prevelant ever since ShiftOS first had Knowledge Input. And I don't mean 0.1.0, I mean all the way back before 0.0.5 when OSFirstTimer was developing it. Basically, buttons would show light gray backgrounds when you click on them. Now they show black (and it's skinnable :D)
Diffstat (limited to 'source/WindowsFormsApplication1/FinalMission')
-rw-r--r--source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs8
-rw-r--r--source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs2
2 files changed, 5 insertions, 5 deletions
diff --git a/source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs b/source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs
index ebff523..2cba002 100644
--- a/source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs
+++ b/source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs
@@ -130,7 +130,7 @@
//
this.btnbegin.AutoSize = true;
this.btnbegin.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
- this.btnbegin.FlatStyle = ShiftUI.FlatStyle.Flat;
+ this.btnbegin.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnbegin.Location = new System.Drawing.Point(3, 3);
this.btnbegin.Name = "btnbegin";
this.btnbegin.Size = new System.Drawing.Size(62, 32);
@@ -246,7 +246,7 @@
this.button1.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.button1.AutoSize = true;
this.button1.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
- this.button1.FlatStyle = ShiftUI.FlatStyle.Flat;
+ this.button1.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button1.Location = new System.Drawing.Point(1233, 510);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 25);
@@ -260,7 +260,7 @@
this.button2.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right)));
this.button2.AutoSize = true;
this.button2.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
- this.button2.FlatStyle = ShiftUI.FlatStyle.Flat;
+ this.button2.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button2.Location = new System.Drawing.Point(1210, 12);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(106, 25);
@@ -283,7 +283,7 @@
//
this.button3.AutoSize = true;
this.button3.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
- this.button3.FlatStyle = ShiftUI.FlatStyle.Flat;
+ this.button3.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button3.Location = new System.Drawing.Point(3, 3);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(71, 32);
diff --git a/source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs b/source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs
index 8c0739e..8e0f629 100644
--- a/source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs
+++ b/source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs
@@ -63,7 +63,7 @@
//
this.btnstart.AutoSize = true;
this.btnstart.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
- this.btnstart.FlatStyle = ShiftUI.FlatStyle.Flat;
+ this.btnstart.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstart.Location = new System.Drawing.Point(435, 3);
this.btnstart.Name = "btnstart";
this.btnstart.Size = new System.Drawing.Size(80, 23);