aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-02-10 14:02:11 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-02-10 14:02:11 +0200
commit12a5db26faffad018d831b99b77b1bbabe1ae5a9 (patch)
treec259a17cf89604ebc4601ac2b5a4a30c823fe7f1 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher
parente245356c722792f8c23aa483cb323f4c47b54fb6 (diff)
downloadTango-12a5db26faffad018d831b99b77b1bbabe1ae5a9.tar.gz
Tango-12a5db26faffad018d831b99b77b1bbabe1ae5a9.zip
Machine Studio v4.0.5
PPC v1.0.2
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml
index 195c89224..0d9d6b667 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml
@@ -46,7 +46,7 @@
<ComboBox Width="200" Margin="0 10 0 0" HorizontalAlignment="Left" ItemsSource="{Binding Source={x:Type web:DeploymentSlot},Converter={StaticResource EnumToItemsSourceConverter}}" SelectedValue="{Binding DeploymentSlot}" SelectedValuePath="Value" DisplayMemberPath="DisplayName"></ComboBox>
- <StackPanel Margin="0 20 0 0" Orientation="Horizontal" >
+ <StackPanel Margin="0 20 0 0" Orientation="Horizontal">
<TextBlock FontSize="16">Email:</TextBlock>
<TextBox Margin="5 0 0 0" Width="230" BorderThickness="0 0 0 1" Text="{Binding Email,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox>
</StackPanel>
@@ -58,7 +58,7 @@
<TextBlock FontSize="16" Margin="0 20 0 0">Comments</TextBlock>
<TextBox Height="70" Margin="0 5 0 0" Width="500" AcceptsReturn="True" TextWrapping="Wrap" Text="{Binding Comments,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox>
->
+
</StackPanel>
<Grid DockPanel.Dock="Bottom">