settings for avalonia
libcamera bugfix
This commit is contained in:
@@ -20,6 +20,16 @@
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Spacing="8">
|
||||
<Button x:Name="BtnSettings"
|
||||
Content="SETTINGS"
|
||||
Width="176" Height="48"
|
||||
FontSize="14" FontWeight="Bold"
|
||||
HorizontalContentAlignment="Center"
|
||||
VerticalContentAlignment="Center"
|
||||
BorderBrush="#D32F2F"
|
||||
BorderThickness="2"
|
||||
Background="White"
|
||||
Foreground="#D32F2F" />
|
||||
<Button x:Name="BtnMinimize"
|
||||
Content="MINIMIZE"
|
||||
Width="176" Height="48"
|
||||
|
||||
Reference in New Issue
Block a user