Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

gui wip #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/XIVLauncher2/Views/LauncherView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<Image Source="/Assets/placeholder-news.png" Stretch="UniformToFill" Width="640" Height="250" />

<!-- News Links -->
<Border Background="#282828" CornerRadius="5" Margin="0,20,0,0">
<ListBox MaxHeight="150" VirtualizationMode="None">
<Border Background="Transparent" CornerRadius="5" Margin="0,20,0,0">
<ListBox MaxHeight="150" VirtualizationMode="None" Background="#20000000">
<TextBlock VerticalAlignment="Center" Margin="10,0,0,0">News</TextBlock>
<TextBlock VerticalAlignment="Center" Margin="10,0,0,0">News</TextBlock>
<TextBlock VerticalAlignment="Center" Margin="10,0,0,0">News</TextBlock>
Expand All @@ -31,7 +31,7 @@

<!-- Login -->
<Border
Background="#282828"
Background="#20000000"
CornerRadius="5"
Margin="20,0,0,0"
Padding="10"
Expand Down