Skip to content

Commit

Permalink
Calm down Anon's autism(fix window titles
Browse files Browse the repository at this point in the history
  • Loading branch information
hexafluoride committed Aug 14, 2014
1 parent c24f3df commit 3870909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ByteFlood/UI/AddTorrentDialog.xaml
Expand Up @@ -19,7 +19,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:formatters="clr-namespace:ByteFlood.Formatters"
Title="AddTorrent" Height="352" Width="723" Loaded="Window_Loaded">
Title="Add torrent..." Height="352" Width="723" Loaded="Window_Loaded">

<Window.Resources>
<formatters:FileNameToIcon x:Key="FileNameToIcon" />
Expand Down
2 changes: 1 addition & 1 deletion ByteFlood/UI/MainWindow.xaml
Expand Up @@ -22,7 +22,7 @@
DataContext="{Binding RelativeSource={RelativeSource Self}}"
WindowStartupLocation="CenterScreen"
Left="0" Top="0"
Title="MainWindow" Height="425" Width="Auto" SizeToContent="Width" mc:Ignorable="d"
Title="ByteFlood" Height="425" Width="Auto" SizeToContent="Width" mc:Ignorable="d"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" d:DesignWidth="968" Closing="Window_Closing" AllowDrop="True" Drop="Window_Drop">
<Window.Resources>
<formatters:SizeToString x:Key="SizeToString" />
Expand Down
2 changes: 1 addition & 1 deletion ByteFlood/UI/TorrentProperties.xaml
Expand Up @@ -18,7 +18,7 @@
<Window x:Class="ByteFlood.TorrentProperties"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="TorrentProperties" Height="276" Width="332" Loaded="Window_Loaded">
Title="Torrent options" Height="276" Width="332" Loaded="Window_Loaded">
<Grid>
<GroupBox Header="General" Height="201" HorizontalAlignment="Left" Name="groupBox1" VerticalAlignment="Top" Width="310">
<Grid>
Expand Down

0 comments on commit 3870909

Please sign in to comment.