Small UI adjustment for account menu progress.
This commit is contained in:
@@ -66,12 +66,14 @@
|
|||||||
<ColumnDefinition Width="Auto" />
|
<ColumnDefinition Width="Auto" />
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<!--<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="*" />
|
||||||
<RowDefinition Height="Auto" />
|
|
||||||
<RowDefinition Height="10" />
|
|
||||||
</Grid.RowDefinitions>
|
|
||||||
|
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
</Grid.RowDefinitions>-->
|
||||||
|
|
||||||
|
|
||||||
|
<StackPanel VerticalAlignment="Center">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
x:Name="AccountNameTextblock"
|
x:Name="AccountNameTextblock"
|
||||||
FontWeight="{x:Bind helpers:XamlHelpers.GetFontWeightByChildSelectedState(IsSelected), Mode=OneWay}"
|
FontWeight="{x:Bind helpers:XamlHelpers.GetFontWeightByChildSelectedState(IsSelected), Mode=OneWay}"
|
||||||
@@ -89,14 +91,18 @@
|
|||||||
TextTrimming="CharacterEllipsis" />
|
TextTrimming="CharacterEllipsis" />
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
Grid.Row="2"
|
Grid.Row="1"
|
||||||
Height="3"
|
Height="3"
|
||||||
Margin="0,4,0,0"
|
Margin="0,4,0,0"
|
||||||
|
VerticalAlignment="Bottom"
|
||||||
IsIndeterminate="{x:Bind IsProgressIndeterminate, Mode=OneWay}"
|
IsIndeterminate="{x:Bind IsProgressIndeterminate, Mode=OneWay}"
|
||||||
ShowError="False"
|
ShowError="False"
|
||||||
ShowPaused="False"
|
ShowPaused="False"
|
||||||
Visibility="{x:Bind IsSynchronizationProgressVisible, Mode=OneWay}"
|
Visibility="{x:Bind IsSynchronizationProgressVisible, Mode=OneWay}"
|
||||||
Value="{x:Bind SynchronizationProgressValue, Mode=OneWay}" />
|
Value="{x:Bind SynchronizationProgressValue, Mode=OneWay}" />
|
||||||
|
</StackPanel>
|
||||||
|
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user