mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
width on length label
This commit is contained in:
parent
919eedc0fa
commit
4dfd8b6985
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
<Label
|
<Label
|
||||||
Text="{Binding Length}"
|
Text="{Binding Length}"
|
||||||
StyleClass="box-label, box-sub-label"
|
StyleClass="box-label, box-sub-label"
|
||||||
|
WidthRequest="30"
|
||||||
VerticalOptions="CenterAndExpand"
|
VerticalOptions="CenterAndExpand"
|
||||||
HorizontalTextAlignment="End" />
|
HorizontalTextAlignment="End" />
|
||||||
<controls:ExtendedSlider
|
<controls:ExtendedSlider
|
||||||
|
|
Loading…
Reference in a new issue