Skip to content

Commit 52e0d89

Browse files
committed
Make static left navigation pane width
1 parent 8e5bdb6 commit 52e0d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Settings/SettingsControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
<RowDefinition Height="40" />
9999
</Grid.RowDefinitions>
100100
<Grid.ColumnDefinitions>
101+
<ColumnDefinition Width="175" />
101102
<ColumnDefinition Width="*" />
102-
<ColumnDefinition Width="2.5*" />
103103
</Grid.ColumnDefinitions>
104104
<Border Grid.ColumnSpan="2"
105105
Height="50"

0 commit comments

Comments
 (0)