Skip to content

Commit 31717ee

Browse files
committed
Settings polish: keep custom model actions equal width
Use the same fixed width for Add New and Remove so localized labels cannot make their independent action columns diverge. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: adb1aab1-e7ab-4cb3-ab56-813c33c219c2
1 parent 2d415af commit 31717ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cascadia/TerminalSettingsEditor/AIAgents.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
x:Uid="AIAgents_CustomProviderRemove"
288288
VerticalAlignment="Center"
289289
Click="{x:Bind Remove}"
290-
MinWidth="120" />
290+
Width="120" />
291291
<muxc:InfoBar Grid.Row="1"
292292
Grid.ColumnSpan="2"
293293
Margin="0,12,0,0"
@@ -312,7 +312,7 @@
312312
<Button Grid.Column="1"
313313
x:Uid="AIAgents_CustomProviderAdd"
314314
Click="{x:Bind ViewModel.AddCustomModelProvider}"
315-
MinWidth="120"
315+
Width="120"
316316
Style="{StaticResource AccentButtonStyle}" />
317317
</Grid>
318318
</Border>

0 commit comments

Comments
 (0)