Update environment color button
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.0.32002.185
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpf_ax_utility", "wpf_ax_utility\wpf_ax_utility.csproj", "{19D34C84-1A58-42AF-BACB-73E1F3592748}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "wpf_ax_utility", "wpf_ax_utility\wpf_ax_utility.csproj", "{19D34C84-1A58-42AF-BACB-73E1F3592748}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d"
|
||||
Height="250" Width="400"
|
||||
Height="260" Width="400"
|
||||
ResizeMode="NoResize"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
Title="PAL Ax Utility"
|
||||
@@ -22,7 +22,7 @@
|
||||
</Style>
|
||||
</Window.Resources>
|
||||
<Grid>
|
||||
<GroupBox Margin="15,0,15,0"
|
||||
<GroupBox Margin="15,10,15,10"
|
||||
VerticalAlignment="Top"
|
||||
BorderBrush="LightGray"
|
||||
BorderThickness="1"
|
||||
@@ -46,7 +46,7 @@
|
||||
Content="DEV"
|
||||
FontSize="18"
|
||||
FontWeight="DemiBold"
|
||||
Background="Chartreuse"/>
|
||||
Background="#00FF80"/>
|
||||
<Button Style="{StaticResource TabButton}"
|
||||
x:Name="TEST"
|
||||
Click="ButtonClicked"
|
||||
@@ -55,7 +55,7 @@
|
||||
Content="TEST"
|
||||
FontSize="18"
|
||||
FontWeight="DemiBold"
|
||||
Background="LightCoral"/>
|
||||
Background="#8080FF"/>
|
||||
<Button Style="{StaticResource TabButton}"
|
||||
x:Name="STAGING"
|
||||
Click="ButtonClicked"
|
||||
@@ -64,7 +64,7 @@
|
||||
Content="STAGING"
|
||||
FontSize="18"
|
||||
FontWeight="DemiBold"
|
||||
Background="Yellow"/>
|
||||
Background="#FFFF00"/>
|
||||
</DockPanel>
|
||||
</StackPanel>
|
||||
</GroupBox>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user