Skip to content

Commit 4c19126

Browse files
author
Tomasz Solik
committed
Adjusts height of grid row
Sets a fixed height for the grid row to accommodate content within the dialog. This ensures the layout is more predictable and prevents potential content overflow.
1 parent 99a88e4 commit 4c19126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BusLane/Views/Dialogs/SendMessageDialog.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
HorizontalAlignment="Center"
1313
Width="900"
1414
MaxHeight="760">
15-
<Grid RowDefinitions="Auto,Auto,*,Auto">
15+
<Grid RowDefinitions="Auto,Auto,520,Auto">
1616
<!-- Header -->
1717
<Border Grid.Row="0"
1818
Background="{DynamicResource SurfaceSubtle}"

0 commit comments

Comments
 (0)