2020-03-31 14:32:22 +02: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-24 21:02:56 +02:00
|
|
|
<x:Double x:Key="SidePanelWidth">240</x:Double>
|
2020-03-31 14:32:22 +02:00
|
|
|
|
|
|
|
|
<!-- Breakpoint for wide layout (side panel next to content) -->
|
2020-08-07 21:00:48 +02:00
|
|
|
<x:Double x:Key="WideLayoutMinWidth">720</x:Double>
|
2020-03-31 14:32:22 +02:00
|
|
|
|
2020-08-07 21:00:48 +02:00
|
|
|
<!-- Breakpoint for small layout (side panel above content) -->
|
|
|
|
|
<x:Double x:Key="SmallLayoutMinWidth">600</x:Double>
|
2020-03-31 14:32:22 +02: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-05 17:24:14 +01:00
|
|
|
|
|
|
|
|
<!-- MaxWidth of the content panel, similar to W10 Settings -->
|
|
|
|
|
<x:Double x:Key="MaxContentWidth">460</x:Double>
|
2021-02-25 16:23:05 +01:00
|
|
|
|
|
|
|
|
<!-- Maximum Width of a combo box inside the content panel -->
|
|
|
|
|
<x:Double x:Key="MaxComboBoxWidth">444</x:Double>
|
2020-03-31 14:32:22 +02:00
|
|
|
</ResourceDictionary>
|