Skip to content

Commit 5d1175b

Browse files
Layoutfix
1 parent 0f62d6e commit 5d1175b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CompressedFileViewer/Windows/SettingsDialog.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:CompressedFileViewer.Windows"
77
mc:Ignorable="d" WindowStyle="ToolWindow" ResizeMode="NoResize"
8-
Title="SettingsDialog" Width="718" Height="607">
8+
Title="SettingsDialog" Width="725" Height="607">
99
<Grid>
1010
<Grid.ColumnDefinitions>
1111
<ColumnDefinition/>
@@ -17,7 +17,7 @@
1717
<TextBlock Text="If set, all files will be decompressed regardless of the file extension. (like .gz)" />
1818
</CheckBox.ToolTip>
1919
</CheckBox>
20-
<CheckBox Margin="10,45,10,0" Name="chk_updateStatusBar" Content="Show compression name in status bar">
20+
<CheckBox Margin="10,45,10,0" Name="chk_updateStatusBar" Content="Show compression name in status bar" Grid.ColumnSpan="3" VerticalAlignment="Top">
2121
<CheckBox.ToolTip>
2222
<TextBlock>
2323
If true, the status bar will show the algorithm name and the encoding instead just the encoding. <LineBreak />

0 commit comments

Comments
 (0)