mirror of
https://github.com/Stone-Red-Code/Decho.git
synced 2026-09-07 07:46:11 +02:00
Fix sidebar going off screen
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
x:Class="Decho.Views.SidebarView"
|
x:Class="Decho.Views.SidebarView"
|
||||||
x:DataType="vm:SidebarViewModel">
|
x:DataType="vm:SidebarViewModel">
|
||||||
<Border Background="{DynamicResource UiTheme00}" Width="250" CornerRadius="0 6 0 0">
|
<Border Background="{DynamicResource UiTheme00}" Width="250" CornerRadius="0 6 0 0">
|
||||||
<ScrollViewer Padding="5">
|
<ScrollViewer Padding="5 5 5 -5">
|
||||||
<ItemsControl ItemsSource="{Binding Servers}">
|
<ItemsControl ItemsSource="{Binding Servers}">
|
||||||
<ItemsControl.ItemTemplate>
|
<ItemsControl.ItemTemplate>
|
||||||
<DataTemplate x:DataType="vm:ServerViewModel">
|
<DataTemplate x:DataType="vm:ServerViewModel">
|
||||||
|
|||||||
Reference in New Issue
Block a user