|
@@ -53,7 +53,7 @@
|
|
|
TitleKey="SETTINGS" CloseCommand="{x:Static SystemCommands.CloseWindowCommand}"/>
|
|
|
|
|
|
<ListBox DockPanel.Dock="Left" x:Name="pages" ItemsSource="{Binding Pages}"
|
|
|
- Background="Transparent" BorderThickness="0" Width="180" ItemContainerStyle="{StaticResource PixiListBoxItemStyle}"
|
|
|
+ Background="Transparent" BorderThickness="0" MinWidth="165" Width="Auto" ItemContainerStyle="{StaticResource PixiListBoxItemStyle}"
|
|
|
SelectedIndex="{Binding CurrentPage}">
|
|
|
<ListBox.ItemTemplate>
|
|
|
<DataTemplate>
|