Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
UI Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyvinia committed May 15, 2021
1 parent 85ee51e commit 250c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<RadioButton x:Name="rbtn_gw2" Content="PvZ: Garden Warfare 2" Margin="0,50,50,279" Foreground="#FFF1F1F1" FontSize="14" Height="20" VerticalContentAlignment="Center" Checked="rbtn_gw2_Checked" HorizontalAlignment="Right" Width="172"/>
<RadioButton x:Name="rbtn_dai" Content="Dragon Age: Inquisition" Margin="0,75,50,254" Foreground="#FFF1F1F1" FontSize="14" Height="20" VerticalContentAlignment="Center" Checked="rbtn_dai_Checked" HorizontalAlignment="Right" Width="172"/>
</Grid>
<Button Content="Open Env. Variables" HorizontalAlignment="Right" Margin="0,36,56,0" VerticalAlignment="Top" Width="110" Height="20" Click="ButtonEnvVar" BorderBrush="#FFB90000">
<Button Content="Open Env. Var." HorizontalAlignment="Right" Margin="0,36,56,0" VerticalAlignment="Top" Width="85" Height="20" Click="ButtonEnvVar" BorderBrush="#FFB90000">
<Button.Style>
<Style TargetType="{x:Type Button}">
<Setter Property="Background" Value="#00000000"/>
Expand Down

0 comments on commit 250c348

Please sign in to comment.