Skip to content

Commit

Permalink
Fix some UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
errortek committed Jun 23, 2024
1 parent 6bd96dc commit 6523028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App2/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Grid x:Name="ContentArea">
<!--<TextBlock Text="Welcome, User" FontFamily="Segoe UI Semibold" x:Name="text1" HorizontalAlignment="Left" VerticalAlignment="Top"/>-->
<Grid x:Name="AxelaResponses" Background="{ThemeResource AccentFillColorDefaultBrush}" VerticalAlignment="Top" CornerRadius="8" Padding="8">
<TextBlock x:Name="AxelaResponseText" Foreground="{ThemeResource TextOnAccentFillColorPrimaryBrush}"/>
<TextBlock x:Name="AxelaResponseText" Foreground="{ThemeResource TextOnAccentFillColorPrimaryBrush}" TextWrapping="WrapWholeWords"/>
</Grid>
<StackPanel Orientation="Vertical" HorizontalAlignment="Stretch" VerticalAlignment="Bottom" Spacing="8" x:Name="stack" Width="{Binding ActualWidth, ElementName=ContentArea}">
<RelativePanel HorizontalAlignment="Right" x:Name="relativepanel" Width="{Binding ActualWidth, ElementName=stack}">
Expand Down

0 comments on commit 6523028

Please sign in to comment.