Skip to content

Commit 6d54b43

Browse files
committed
ux: layout of ConfigureWorkspace window
1 parent 7b2da25 commit 6d54b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/ConfigureWorkspace.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
x:Name="ThisControl"
1313
Icon="/App.ico"
1414
Title="{DynamicResource Text.ConfigureWorkspace}"
15-
Width="600" SizeToContent="Height"
15+
Width="494" SizeToContent="Height"
1616
CanResize="False"
1717
WindowStartupLocation="CenterOwner">
1818
<Grid RowDefinitions="Auto,Auto">
@@ -109,7 +109,7 @@
109109
<DataTemplate DataType="vm:Workspace">
110110
<Grid RowDefinitions="Auto,Auto,Auto,Auto">
111111
<TextBlock Grid.Row="0" Text="{DynamicResource Text.ConfigureWorkspace.Name}"/>
112-
<TextBox Grid.Row="1" Margin="0,4,0,0" CornerRadius="3" Height="28" Text="{Binding Name, Mode=TwoWay}"/>
112+
<TextBox Grid.Row="1" Margin="-4,4,0,0" CornerRadius="3" Height="28" Width="256" Text="{Binding Name, Mode=TwoWay}"/>
113113

114114
<TextBlock Grid.Row="2" Margin="0,12,0,4" Text="{DynamicResource Text.ConfigureWorkspace.Color}"/>
115115
<v:ColorPicker Grid.Row="3" HorizontalAlignment="Left" Value="{Binding Color, Mode=TwoWay}"/>

0 commit comments

Comments
 (0)