Skip to content

Commit e8bce67

Browse files
committed
fix: customize minWidth of hiddenmodedialog on Android
1 parent 7104ad6 commit e8bce67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GalaxyBudsClient/Interface/Dialogs/HiddenModeTerminalDialog.axaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<dialogs:HiddenModeTerminalDialogViewModel />
1616
</Design.DataContext>
1717

18-
<StackPanel MinWidth="400" Spacing="16">
18+
<StackPanel MinWidth="{OnPlatform 400, Android=60}"
19+
Spacing="16">
1920
<StackPanel Spacing="10">
2021
<TextBlock Text="{ext:Translate {x:Static i18N:Keys.AtTerminalCmdId}}" />
2122
<AutoCompleteBox

0 commit comments

Comments
 (0)