Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 5bcd4eb

Browse files
committed
fix UI detail in configs window
1 parent 242a242 commit 5bcd4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UI/Windows/ConfigWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</ResourceDictionary>
8686
</controls:MetroWindow.Resources>
8787

88-
<Grid x:Name="ConfigsWindowMainGrid">
88+
<Grid>
8989
<Button Name="NewButton" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5,5,0,0" Width="75" Click="NewButton_Clicked" />
9090
<Button Name="DeleteButton" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="120,5,0,0" Width="75" Click="DeleteButton_Clicked" />
9191
<ListBox Name="ConfigListBox" HorizontalAlignment="Left" VerticalAlignment="Stretch" Margin="0,35,0,0" Width="200" SelectionChanged="ConfigListBox_SelectionChanged" />
@@ -105,7 +105,7 @@
105105
</StackPanel.Resources>
106106

107107
<DockPanel>
108-
<TextBlock Name="NameBlock" IsHitTestVisible="False" HorizontalAlignment="right" MaxWidth="40" />
108+
<TextBlock Name="NameBlock" IsHitTestVisible="False" HorizontalAlignment="Right" />
109109
<TextBox Name="C_Name" Margin="50,0,0,0" VerticalAlignment="Top" TextChanged="C_Name_TextChanged" />
110110
</DockPanel>
111111

0 commit comments

Comments
 (0)