Merge pull request #182 from SunboX/adapt-status-bar-layout

Adapt status bar layout
This commit is contained in:
André Fiedler 2017-06-06 21:36:40 +02:00 коммит произвёл GitHub
Родитель 88393a3f37 c2d7fc7497
Коммит 171978e6b0
4 изменённых файлов: 48 добавлений и 8 удалений

Просмотреть файл

@ -343,8 +343,18 @@
</SemanticZoom.ZoomedOutView>
</SemanticZoom>
<StackPanel Orientation="Horizontal" Height="25" Grid.Row="2" BorderThickness="0,0,0,1" BorderBrush="{ThemeResource SystemControlBackgroundBaseMediumBrush}">
<TextBlock Margin="25,0,0,0" Text="{Binding StatusBarText, Mode=OneWay}" />
<StackPanel
Orientation="Horizontal"
Grid.Row="2"
Background="{ThemeResource SystemControlHighlightListLowBrush}">
<!--
BorderThickness="0,1,0,0"
BorderBrush="{ThemeResource SystemControlForegroundChromeDisabledLowBrush}">
-->
<TextBlock
Margin="10,3,10,5"
FontSize="12"
Text="{Binding StatusBarText, Mode=OneWay}" />
</StackPanel>
<CommandBar Grid.Row="3" VerticalAlignment="Bottom">

Просмотреть файл

@ -343,8 +343,18 @@
</SemanticZoom.ZoomedOutView>
</SemanticZoom>
<StackPanel Orientation="Horizontal" Height="25" Grid.Row="2" BorderThickness="0,0,0,1" BorderBrush="{ThemeResource SystemControlBackgroundBaseMediumBrush}">
<TextBlock Margin="25,0,0,0" Text="{Binding StatusBarText, Mode=OneWay}" />
<StackPanel
Orientation="Horizontal"
Grid.Row="2"
Background="{ThemeResource SystemControlHighlightListLowBrush}">
<!--
BorderThickness="0,1,0,0"
BorderBrush="{ThemeResource SystemControlForegroundChromeDisabledLowBrush}">
-->
<TextBlock
Margin="10,3,10,5"
FontSize="12"
Text="{Binding StatusBarText, Mode=OneWay}" />
</StackPanel>
<CommandBar Grid.Row="3" VerticalAlignment="Bottom">

Просмотреть файл

@ -343,8 +343,18 @@
</SemanticZoom.ZoomedOutView>
</SemanticZoom>
<StackPanel Orientation="Horizontal" Height="25" Grid.Row="2" BorderThickness="0,0,0,1" BorderBrush="{ThemeResource SystemControlBackgroundBaseMediumBrush}">
<TextBlock Margin="25,0,0,0" Text="{Binding StatusBarText, Mode=OneWay}" />
<StackPanel
Orientation="Horizontal"
Grid.Row="2"
Background="{ThemeResource SystemControlHighlightListLowBrush}">
<!--
BorderThickness="0,1,0,0"
BorderBrush="{ThemeResource SystemControlForegroundChromeDisabledLowBrush}">
-->
<TextBlock
Margin="10,3,10,5"
FontSize="12"
Text="{Binding StatusBarText, Mode=OneWay}" />
</StackPanel>
<CommandBar Grid.Row="3" VerticalAlignment="Bottom">

Просмотреть файл

@ -343,8 +343,18 @@
</SemanticZoom.ZoomedOutView>
</SemanticZoom>
<StackPanel Orientation="Horizontal" Height="25" Grid.Row="2" BorderThickness="0,0,0,1" BorderBrush="{ThemeResource SystemControlBackgroundBaseMediumBrush}">
<TextBlock Margin="25,0,0,0" Text="{Binding StatusBarText, Mode=OneWay}" />
<StackPanel
Orientation="Horizontal"
Grid.Row="2"
Background="{ThemeResource SystemControlHighlightListLowBrush}">
<!--
BorderThickness="0,1,0,0"
BorderBrush="{ThemeResource SystemControlForegroundChromeDisabledLowBrush}">
-->
<TextBlock
Margin="10,3,10,5"
FontSize="12"
Text="{Binding StatusBarText, Mode=OneWay}" />
</StackPanel>
<CommandBar Grid.Row="3" VerticalAlignment="Bottom">