mirror of
https://github.com/Stone-Red-Code/Decho.git
synced 2026-09-04 00:46:11 +02:00
Fix sidebar going off screen
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
x:Class="Decho.Views.SidebarView"
|
||||
x:DataType="vm:SidebarViewModel">
|
||||
<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.ItemTemplate>
|
||||
<DataTemplate x:DataType="vm:ServerViewModel">
|
||||
|
||||
Reference in New Issue
Block a user