Skip to content

Commit

Permalink
Updated layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Sep 21, 2023
1 parent 7002893 commit 009559c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions WUView/Views/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<!--#region Row & Column definitions-->
<Grid.ColumnDefinitions>
<ColumnDefinition Width="170" />
<ColumnDefinition Width="auto" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="50" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="26" />
Expand All @@ -55,7 +55,9 @@

<!--#region Icon in upper right-->
<Image Grid.Row="0" Grid.RowSpan="2"
Grid.Column="2">
Grid.Column="2"
Margin="10,0"
HorizontalAlignment="Right">
<Image.Style>
<Style TargetType="{x:Type Image}">
<Setter Property="Source" Value="\Images\UV.png" />
Expand Down Expand Up @@ -178,10 +180,11 @@
Content="{DynamicResource About_Translations}" />

<Border Grid.Row="11" Grid.Column="1"
Width="auto"
Margin="0,0,20,0"
BorderBrush="{DynamicResource MaterialDesignTextBoxBorder}"
BorderThickness="1">
<ListView MaxHeight="200"
<ListView Width="auto" MaxHeight="200"
Margin="0,-1"
materialDesign:ListViewAssist.ListViewItemPadding="10,5"
ItemsSource="{x:Static models:TranslationContributors.Contributors}"
Expand Down

0 comments on commit 009559c

Please sign in to comment.