mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
Fixed: Camera Rotation
This commit is contained in:
parent
c425e05e8b
commit
2f80a17c79
@ -11,10 +11,9 @@
|
|||||||
ScanResultCommand="{Binding ScannedCommand}"
|
ScanResultCommand="{Binding ScannedCommand}"
|
||||||
IsScanning="{Binding IsScanning}"
|
IsScanning="{Binding IsScanning}"
|
||||||
Options="{Binding ScanOptions}"
|
Options="{Binding ScanOptions}"
|
||||||
WidthRequest="300"
|
VerticalOptions="FillAndExpand"
|
||||||
HeightRequest="500"
|
HorizontalOptions="FillAndExpand"
|
||||||
VerticalOptions="CenterAndExpand"
|
Margin="10"/>
|
||||||
HorizontalOptions="CenterAndExpand"/>
|
|
||||||
<Button Text="{x:Static resource_text:TextResource.CANCEL}" Command="{Binding CancelCommand}"/>
|
<Button Text="{x:Static resource_text:TextResource.CANCEL}" Command="{Binding CancelCommand}"/>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ContentPage.Content>
|
</ContentPage.Content>
|
||||||
|
@ -11,10 +11,9 @@
|
|||||||
ScanResultCommand="{Binding ScannedCommand}"
|
ScanResultCommand="{Binding ScannedCommand}"
|
||||||
IsScanning="{Binding IsScanning}"
|
IsScanning="{Binding IsScanning}"
|
||||||
Options="{Binding ScanOptions}"
|
Options="{Binding ScanOptions}"
|
||||||
WidthRequest="300"
|
VerticalOptions="FillAndExpand"
|
||||||
HeightRequest="500"
|
HorizontalOptions="FillAndExpand"
|
||||||
VerticalOptions="CenterAndExpand"
|
Margin="10"/>
|
||||||
HorizontalOptions="CenterAndExpand"/>
|
|
||||||
<Button Text="{x:Static resource_text:TextResource.CANCEL}" Command="{Binding CancelCommand}"/>
|
<Button Text="{x:Static resource_text:TextResource.CANCEL}" Command="{Binding CancelCommand}"/>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ContentPage.Content>
|
</ContentPage.Content>
|
||||||
|
2
external/capnproto-dotnetcore
vendored
2
external/capnproto-dotnetcore
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 1be9ffbf8acbc9770f2d5b67c961fb60e49e5ec5
|
Subproject commit a70eecd99112b16902128b8b4b2c95b2721fdf0e
|
Loading…
x
Reference in New Issue
Block a user