Spacing v3
This commit is contained in:
@@ -1161,13 +1161,14 @@
|
||||
x:Name="lblEmployee"
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
Margin="0,3,0,0"
|
||||
Content="{t:Translate MitarbeiterSingular}" />
|
||||
<uc:PopUpEdit
|
||||
x:Name="popupedit_employee"
|
||||
Grid.Row="0"
|
||||
Grid.Column="1"
|
||||
Height="23"
|
||||
Margin="3,0,3,3"
|
||||
Margin="3,3,3,3"
|
||||
HorizontalAlignment="Stretch"
|
||||
HorizontalContentAlignment="Stretch"
|
||||
Cursor="Arrow"
|
||||
@@ -1415,7 +1416,7 @@
|
||||
Grid.Column="1"
|
||||
Grid.ColumnSpan="3"
|
||||
Height="23"
|
||||
Margin="3,0,3,3"
|
||||
Margin="3,0,4,3"
|
||||
AllowNullInput="False"
|
||||
EditValue="{val:ValidationBinding Mode=TwoWay,
|
||||
Path=PrototypeVM.EditStartDate}"
|
||||
@@ -1477,7 +1478,7 @@
|
||||
Grid.Row="2"
|
||||
Grid.Column="3"
|
||||
Height="23"
|
||||
Margin="3,0,3,3"
|
||||
Margin="3,0,4,3"
|
||||
AllowNullInput="False"
|
||||
EditValue="{Binding Path=PrototypeVM.Duration, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
||||
Increment="1"
|
||||
@@ -1558,9 +1559,9 @@
|
||||
x:Name="numerictb_distance"
|
||||
Grid.Row="1"
|
||||
Grid.Column="1"
|
||||
Width="52"
|
||||
Width="51"
|
||||
Height="23"
|
||||
Margin="3,0,3,3"
|
||||
Margin="3,0,4,3"
|
||||
AllowNullInput="False"
|
||||
EditValue="{Binding Mode=TwoWay, Path=PrototypeVM.DistanceInMeter, UpdateSourceTrigger=PropertyChanged}"
|
||||
Increment="1"
|
||||
@@ -1648,7 +1649,10 @@
|
||||
<TabControl
|
||||
Grid.Row="12"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="2">
|
||||
Grid.ColumnSpan="2"
|
||||
Margin="0,0,0,3"
|
||||
BorderBrush="Black"
|
||||
BorderThickness="1,1,0,1">
|
||||
<TabItem
|
||||
x:Name="TabItem1_Notice"
|
||||
Background="AliceBlue"
|
||||
@@ -1676,6 +1680,7 @@
|
||||
FontFamily="Webdings"
|
||||
IsTabStop="False" />
|
||||
<Button
|
||||
Width="23"
|
||||
Margin="3"
|
||||
HorizontalAlignment="Center"
|
||||
Click="IncreaseFontSizeBtn_Click"
|
||||
@@ -1912,6 +1917,7 @@
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="3"
|
||||
Margin="0,3,0,0"
|
||||
VerticalAlignment="Stretch"
|
||||
AcceptsReturn="True"
|
||||
AutoWordSelection="True"
|
||||
@@ -2053,6 +2059,7 @@
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="3"
|
||||
Margin="0,3,0,0"
|
||||
VerticalAlignment="Stretch"
|
||||
AcceptsReturn="True"
|
||||
AutoWordSelection="True"
|
||||
@@ -2194,6 +2201,7 @@
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="3"
|
||||
Margin="0,3,0,0"
|
||||
VerticalAlignment="Stretch"
|
||||
AcceptsReturn="True"
|
||||
AutoWordSelection="True"
|
||||
@@ -2334,6 +2342,7 @@
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="3"
|
||||
Margin="0,3,0,0"
|
||||
VerticalAlignment="Stretch"
|
||||
AcceptsReturn="True"
|
||||
AutoWordSelection="True"
|
||||
|
||||
Reference in New Issue
Block a user