Skip to content

Commit 5dfe06e

Browse files
committed
微调UI
1 parent 5c8a135 commit 5dfe06e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UotanToolbox/Features/Scrcpy/ScrcpyView.axaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
FontWeight="DemiBold"
158158
Text="{x:Static assets:Resources.Scrcpy_MoreSettings}" />
159159
<StackPanel Margin="0,8,0,0" Orientation="Horizontal">
160-
<StackPanel Margin="0,0,0,0">
160+
<StackPanel Margin="40,0,0,0">
161161
<StackPanel Margin="0,5,0,0" Orientation="Horizontal">
162162
<CheckBox IsChecked="{Binding WindowFixed}" />
163163
<TextBlock Margin="8,0,0,0"
@@ -231,7 +231,7 @@
231231
Text="{x:Static assets:Resources.Scrcpy_CameraMirror}" />
232232
</StackPanel>
233233
</StackPanel>
234-
<StackPanel Margin="15,0,0,0">
234+
<StackPanel Margin="80,0,0,0">
235235
<StackPanel Margin="0,5,0,0" Orientation="Horizontal">
236236
<CheckBox IsChecked="{Binding ForwardAudio}" />
237237
<TextBlock Margin="8,0,0,0"
@@ -256,7 +256,7 @@
256256
Foreground="{DynamicResource SukiLowText}"
257257
Text="{x:Static assets:Resources.Scrcpy_LockAngle}" />
258258
</StackPanel>
259-
<StackPanel Spacing="10" Margin="0,10,0,0">
259+
<StackPanel Spacing="5" Margin="0,5,0,0">
260260
<RadioButton Name="Rotation0" FontSize="13"
261261
Content="{x:Static assets:Resources.Scrcpy_NormalRotation}"
262262
GroupName="RotationContent"

UotanToolbox/Features/Scrcpy/ScrcpyViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public partial class ScrcpyViewModel : MainPageBase
2222
_showTouch = true, _closeScreen = false, _screenAwake = false, _screenAwakeStatus = true, _clipboardSync = true,
2323
_cameraMirror = false,_enableVirtualScreen = false, _mirrorRotation = false, _lockAngle = false,
2424
_rotation0 = true, _rotation1 = false, _rotation2 = false, _rotation3 = false, _rotation4 = false,
25-
_forwardAudio = false;
25+
_forwardAudio = true;
2626
[ObservableProperty] private int _angle = 0;
2727
[ObservableProperty] private bool _IsConnecting;
2828
[ObservableProperty] private string _windowTitle, _recordFolder, _virtualScreenPackage, _virtualScreenDisplaySize;

0 commit comments

Comments
 (0)