Skip to content

Commit

Permalink
Some minor changes in Settings layout
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Strobl <[email protected]>
  • Loading branch information
Melvin Strobl committed May 11, 2019
1 parent 4420646 commit 3368378
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions OpenHAB.Windows/View/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
Text="Settings"
TextWrapping="Wrap" />
<Grid Grid.Row="1"
Background="{StaticResource OpenHABLightColor}"
CornerRadius="5">
Background="{StaticResource OpenHABLightGreyBrush}"
CornerRadius="2">
<ScrollViewer VerticalScrollBarVisibility="Auto">
<StackPanel Margin="12,12,0,0">
<TextBlock Text="Demo mode" />
<TextBlock Text="Demo mode"
Margin="0,0,0,0"/>
<CheckBox x:Name="CheckBoxDemoMode"
Margin="0,0,0,12"
HorizontalAlignment="Stretch"
Expand Down

0 comments on commit 3368378

Please sign in to comment.