Skip to content

Commit 5b2cd03

Browse files
committed
Fix refiner selector alignment
1 parent dcbe559 commit 5b2cd03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

StabilityMatrix.Avalonia/Controls/Inference/ModelCard.axaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<controls:Card Padding="12">
4444
<StackPanel Spacing="0">
4545
<!-- Model Row -->
46-
<Grid ColumnDefinitions="90,*,Auto">
46+
<Grid ColumnDefinitions="70,*,Auto">
4747
<TextBlock
4848
Grid.Column="0"
4949
VerticalAlignment="Center"
@@ -112,7 +112,7 @@
112112
</Grid>
113113

114114
<!-- Workflow Profile -->
115-
<Grid Margin="0,8,0,0" ColumnDefinitions="90,*,Auto">
115+
<Grid Margin="0,8,0,0" ColumnDefinitions="70,*,Auto">
116116
<TextBlock
117117
Grid.Column="0"
118118
VerticalAlignment="Center"
@@ -158,7 +158,7 @@
158158
<!-- Refiner (below Model, when enabled) -->
159159
<Grid
160160
Margin="0,8,0,0"
161-
ColumnDefinitions="60,*,Auto"
161+
ColumnDefinitions="70,*,Auto"
162162
IsVisible="{Binding IsRefinerSelectionEnabled}">
163163
<TextBlock
164164
Grid.Column="0"

0 commit comments

Comments
 (0)