Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Jan 6, 2025
1 parent 81bb68b commit 8b30fd2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/PicView.Avalonia/Views/LanguageView.axaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
<UserControl
d:DesignHeight="450"
d:DesignWidth="800"
mc:Ignorable="d"
x:Class="PicView.Avalonia.Views.LanguageView"
x:DataType="viewModels:MainViewModel"
xmlns="https://github.com/avaloniaui"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:viewModels="clr-namespace:PicView.Avalonia.ViewModels"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Design.DataContext>
<viewModels:MainViewModel />
</Design.DataContext>
<StackPanel HorizontalAlignment="Center" Orientation="Vertical">

<TextBlock
Expand All @@ -26,9 +18,11 @@
BorderBrush="{DynamicResource MainBorderColor}"
BorderThickness="1"
FontFamily="/Assets/Fonts/Roboto-Medium.ttf#Roboto"
Margin="0,0,0,15"
Margin="0,0,0,25"
Padding="5,7,0,7"
Width="300"
x:Name="LanguageBox" />
</StackPanel>


</UserControl>

0 comments on commit 8b30fd2

Please sign in to comment.