(GUI): remember last opened section in settings.

This commit is contained in:
morkt
2018-01-10 17:09:29 +04:00
parent 13829ca798
commit a3664adb53
2 changed files with 25 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ IN THE SOFTWARE.
Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}">
<StackPanel Orientation="Vertical" DataContext="{Binding ElementName=SectionsPane,Path=SelectedItem}">
<TextBlock Text="{Binding SectionTitle}" Background="{StaticResource SectionTitleBackground}"
FontWeight="Bold" FontSize="14" Padding="2,0,2,0"/>
FontWeight="Bold" FontSize="14" Padding="2,0,2,0" Margin="0,0,0,4"/>
<StackPanel x:Name="SettingsPane"/>
</StackPanel>
</ScrollViewer>