Center drive pill text and lighten storage fill color
This commit is contained in:
@@ -183,8 +183,12 @@ namespace C4IT_CustomerPanel.UserControls
|
|||||||
Label lb = new Label
|
Label lb = new Label
|
||||||
{
|
{
|
||||||
HorizontalAlignment = HorizontalAlignment.Stretch,
|
HorizontalAlignment = HorizontalAlignment.Stretch,
|
||||||
|
VerticalAlignment = VerticalAlignment.Center,
|
||||||
HorizontalContentAlignment = HorizontalAlignment.Center,
|
HorizontalContentAlignment = HorizontalAlignment.Center,
|
||||||
|
VerticalContentAlignment = VerticalAlignment.Center,
|
||||||
FontSize = 11,
|
FontSize = 11,
|
||||||
|
Height = 20,
|
||||||
|
Margin = new Thickness(0),
|
||||||
Padding = new Thickness(2, 0, 2, 0)
|
Padding = new Thickness(2, 0, 2, 0)
|
||||||
};
|
};
|
||||||
StackPanel sp = new StackPanel
|
StackPanel sp = new StackPanel
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
Width="100"
|
Width="100"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
CornerRadius="8"
|
CornerRadius="8"
|
||||||
Background="{DynamicResource accentColor}" />
|
Opacity="0.88"
|
||||||
|
Background="{DynamicResource activeButtonColor}" />
|
||||||
</Grid>
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user