Skip to content

Commit

Permalink
changed background again
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 3368378 commit 4d0124c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified OpenHAB.Windows/Assets/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions OpenHAB.Windows/View/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@


<TextBlock x:Name="openHabTextBlock"
Margin="0,15,0,0"
Grid.Row="1"
VerticalAlignment="Center"
HorizontalAlignment="Center"
Foreground="{StaticResource OpenHABLightColor}"
Style="{StaticResource FlyoutPickerTitleTextBlockStyle}"
Text="OpenHab"
Text="Sitemaps"
TextWrapping="Wrap" />

<StackPanel Grid.Row="2"
Expand Down
2 changes: 1 addition & 1 deletion OpenHAB.Windows/View/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
TextWrapping="Wrap" />
<Grid Grid.Row="1"
Background="{StaticResource OpenHABLightGreyBrush}"
CornerRadius="2">
CornerRadius="6">
<ScrollViewer VerticalScrollBarVisibility="Auto">
<StackPanel Margin="12,12,0,0">
<TextBlock Text="Demo mode"
Expand Down

0 comments on commit 4d0124c

Please sign in to comment.