Skip to content

Commit

Permalink
Change label version (annoying)
Browse files Browse the repository at this point in the history
  • Loading branch information
zokker13 committed Jan 6, 2018
1 parent dc34437 commit 0a0788d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RatherWeird/RatherWeird/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</StackPanel>
</Button.ToolTip>
</Button>
<Label x:Name="lblVersion" Content="Version: 0.5.0 - BETA" Margin="0,3,10,0" Grid.Row="2" Height="26" VerticalAlignment="Top" HorizontalAlignment="Right" Width="123" IsEnabled="False"/>
<Label x:Name="lblVersion" Content="Version: 0.5.0-pre.1" Margin="0,3,10,0" Grid.Row="2" Height="26" VerticalAlignment="Top" HorizontalAlignment="Right" Width="112" IsEnabled="False"/>
<Button x:Name="btnBrowse" ToolTipService.ShowDuration="10000" Content="..." HorizontalAlignment="Left" Margin="287,9,0,0" Grid.Row="1" VerticalAlignment="Top" Width="18" Height="23" Click="btnBrowse_Click">
<Button.ToolTip>
<StackPanel>
Expand Down

0 comments on commit 0a0788d

Please sign in to comment.