- tweak: Style change - start

This commit is contained in:
2025-01-20 16:35:48 +03:00
parent 19de47bacf
commit 86e0536f0f
7 changed files with 58 additions and 33 deletions

View File

@@ -7,8 +7,8 @@
xmlns="https://github.com/avaloniaui"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:pages="clr-namespace:Nebula.Launcher.ViewModels.Pages">
xmlns:pages="clr-namespace:Nebula.Launcher.ViewModels.Pages"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Design.DataContext>
<pages:ContentBrowserViewModel />
</Design.DataContext>
@@ -17,9 +17,7 @@
ColumnDefinitions="*,2*,40,40"
Margin="8"
RowDefinitions="40,*">
<Border
CornerRadius="10,10,0,0"
Grid.ColumnSpan="4" />
<Border CornerRadius="10,10,0,0" Grid.ColumnSpan="4" />
<TextBox
Grid.Column="0"
Grid.Row="0"
@@ -39,14 +37,14 @@
Grid.Column="2"
Grid.Row="0"
Padding="10">
<Svg Path="/Assets/svg/undo.svg"></Svg>
<Svg Path="/Assets/svg/undo.svg" />
</Button>
<Button
Command="{Binding OnGoEnter}"
Grid.Column="3"
Grid.Row="0"
Padding="10">
<Svg Path="/Assets/svg/next.svg"></Svg>
<Svg Path="/Assets/svg/next.svg" />
</Button>
<ScrollViewer
@@ -54,10 +52,7 @@
Grid.ColumnSpan="4"
Grid.Row="1"
Margin="0,0,0,5">
<ItemsControl
Background="#00000000"
ItemsSource="{Binding Entries}"
Padding="0,0,0,0">
<ItemsControl ItemsSource="{Binding Entries}" Padding="0,0,0,0">
<ItemsControl.ItemTemplate>
<DataTemplate DataType="{x:Type pages:ContentEntry}">
<Button