mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-07 18:50:47 +01:00
fix: styling for endpoint list
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
x:Class="Needlework.Net.Views.Pages.Endpoints.EndpointListView"
|
x:Class="Needlework.Net.Views.Pages.Endpoints.EndpointListView"
|
||||||
x:DataType="vm:EndpointListViewModel">
|
x:DataType="vm:EndpointListViewModel">
|
||||||
<Grid RowDefinitions="auto,auto,*" ColumnDefinitions="*">
|
<Grid RowDefinitions="auto,auto,*" ColumnDefinitions="*">
|
||||||
<TextBox Watermark="Search" Margin="0 4" Text="{Binding Search}" Grid.Row="1" Grid.Column="0"/>
|
<TextBox Watermark="Search" Margin="0 0 0 4" Text="{Binding Search}" Grid.Row="1" Grid.Column="0"/>
|
||||||
<ScrollViewer Grid.Row="2" Grid.Column="0">
|
<ScrollViewer Grid.Row="2" Grid.Column="0">
|
||||||
<ItemsControl ItemsSource="{Binding EndpointSearchDetails}">
|
<ItemsControl ItemsSource="{Binding EndpointSearchDetails}">
|
||||||
<ItemsControl.ItemTemplate>
|
<ItemsControl.ItemTemplate>
|
||||||
|
|||||||
Reference in New Issue
Block a user