Skip to content

Commit

Permalink
fix: customize minWidth of hiddenmodedialog on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Dec 14, 2024
1 parent 7104ad6 commit e8bce67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<dialogs:HiddenModeTerminalDialogViewModel />
</Design.DataContext>

<StackPanel MinWidth="400" Spacing="16">
<StackPanel MinWidth="{OnPlatform 400, Android=60}"
Spacing="16">
<StackPanel Spacing="10">
<TextBlock Text="{ext:Translate {x:Static i18N:Keys.AtTerminalCmdId}}" />
<AutoCompleteBox
Expand Down

0 comments on commit e8bce67

Please sign in to comment.