Polish UI alignment, navigation, info layout, and localization
This commit is contained in:
@@ -59,7 +59,9 @@
|
||||
<Setter Property="BorderThickness"
|
||||
Value="1" />
|
||||
<Setter Property="Padding"
|
||||
Value="8,4" />
|
||||
Value="8,0" />
|
||||
<Setter Property="VerticalContentAlignment"
|
||||
Value="Center" />
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="{x:Type TextBox}">
|
||||
@@ -99,13 +101,13 @@
|
||||
<Setter Property="Height"
|
||||
Value="20" />
|
||||
<Setter Property="VerticalContentAlignment"
|
||||
Value="Top" />
|
||||
Value="Center" />
|
||||
<Setter Property="HorizontalContentAlignment"
|
||||
Value="Left" />
|
||||
<Setter Property="Canvas.Left"
|
||||
Value="30" />
|
||||
<Setter Property="Canvas.Top"
|
||||
Value="-1" />
|
||||
Value="2" />
|
||||
</Style>
|
||||
|
||||
<Style x:Key="InfoRowValueStyle"
|
||||
@@ -120,7 +122,7 @@
|
||||
<Setter Property="Canvas.Left"
|
||||
Value="12" />
|
||||
<Setter Property="Canvas.Top"
|
||||
Value="22" />
|
||||
Value="21" />
|
||||
</Style>
|
||||
|
||||
<Style x:Key="InfoRowCopyStyle"
|
||||
|
||||
Reference in New Issue
Block a user