Jun 11, 2026, 12:09 PM

This commit is contained in:
Paweł Domański
2026-06-11 10:09:01 +00:00
parent 983faebd1a
commit d6b89f0d59
+2 -2
View File
@@ -48,8 +48,8 @@
<!-- Right Panel: Connection and Main Workspace --> <!-- Right Panel: Connection and Main Workspace -->
<Grid Grid.Column="2" Margin="10,0,0,0"> <Grid Grid.Column="2" Margin="10,0,0,0">
<Grid.RowDefinitions> <Grid.RowDefinitions>
<Grid.RowDefinition Height="*"/> <RowDefinition Height="*"/>
<Grid.RowDefinition Height="Auto"/> <RowDefinition Height="Auto"/>
</Grid.RowDefinitions> </Grid.RowDefinitions>
<!-- Information/Connection Panel (Hidden until a server/db is selected) --> <!-- Information/Connection Panel (Hidden until a server/db is selected) -->