2020-03-31 20:32:22 +08:00
|
|
|
<ResourceDictionary
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:local="using:Microsoft.PowerToys.Settings.UI.Styles">
|
|
|
|
|
2020-07-25 03:02:56 +08:00
|
|
|
<x:Double x:Key="SidePanelWidth">240</x:Double>
|
2020-03-31 20:32:22 +08:00
|
|
|
|
|
|
|
<!-- Breakpoint for wide layout (side panel next to content) -->
|
2020-08-08 03:00:48 +08:00
|
|
|
<x:Double x:Key="WideLayoutMinWidth">720</x:Double>
|
2020-03-31 20:32:22 +08:00
|
|
|
|
2020-08-08 03:00:48 +08:00
|
|
|
<!-- Breakpoint for small layout (side panel above content) -->
|
|
|
|
<x:Double x:Key="SmallLayoutMinWidth">600</x:Double>
|
2020-03-31 20:32:22 +08:00
|
|
|
|
|
|
|
<!-- Column spacing between content and sidepanel -->
|
|
|
|
<x:Double x:Key="DefaultColumnSpacing">24</x:Double>
|
|
|
|
|
|
|
|
<!-- Row spacing between content and sidepanel (in small mode) -->
|
|
|
|
<x:Double x:Key="DefaultRowSpacing">24</x:Double>
|
2021-01-06 00:24:14 +08:00
|
|
|
|
|
|
|
<!-- MaxWidth of the content panel, similar to W10 Settings -->
|
|
|
|
<x:Double x:Key="MaxContentWidth">460</x:Double>
|
2020-03-31 20:32:22 +08:00
|
|
|
</ResourceDictionary>
|