aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-10-23 15:53:39 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-10-23 15:53:52 +0300
commit9e5e3823681c24db9db82fc0ece8a90ecb917cf3 (patch)
tree50e40806fea803c600b0c0a16fc4ceeaeeea13ef /Software/Visual_Studio/PPC
parent8be305698d1e20aa42150a80ec44413294c99a64 (diff)
downloadTango-9e5e3823681c24db9db82fc0ece8a90ecb917cf3.tar.gz
Tango-9e5e3823681c24db9db82fc0ece8a90ecb917cf3.zip
GUI: caption with [m] cut in job details screen 1800
Related Work Items: #9136
Diffstat (limited to 'Software/Visual_Studio/PPC')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/JobCreationView.xaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/JobCreationView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/JobCreationView.xaml
index f018acf97..0224ab766 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/JobCreationView.xaml
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/JobCreationView.xaml
@@ -128,11 +128,11 @@
</Border>
</DockPanel>-->
<DockPanel Margin="0 50 0 0" HorizontalAlignment="Stretch">
- <TextBlock HorizontalAlignment="Left" Margin="0 10 0 0" FontSize="{StaticResource TangoDialogFontSize}" Width="155" >
+ <TextBlock HorizontalAlignment="Left" Margin="0 10 0 0" FontSize="{StaticResource TangoDialogFontSize}" Width="166" >
<Run Text="White Gap"></Run>
- <Run Text="[m]" FontWeight="SemiBold"></Run>
+ <Run Text="[m]" FontWeight="SemiBold" FontSize="{StaticResource TangoComboBoxItemFontSize}"></Run>
</TextBlock>
- <Border Margin="49 0 0 0" BorderThickness="1" Height="44" CornerRadius="22" BorderBrush="{StaticResource TangoMidAccentBrush}">
+ <Border Margin="38 0 0 0" BorderThickness="1" Height="44" CornerRadius="22" BorderBrush="{StaticResource TangoMidAccentBrush}">
<touch:TouchNumericTextBox Margin="20 0 0 10" FontSize="{StaticResource TangoComboBoxItemFontSize}" Value="{Binding WhiteGap, Mode=TwoWay}" IsEnabled="True" HorizontalAlignment="Left" MinWidth="250" VerticalAlignment="Center" FocusSelectionMode="SelectAll" KeyboardNavigation.TabIndex="2"></touch:TouchNumericTextBox>
</Border>
</DockPanel >
@@ -142,7 +142,7 @@
<Run Text="Use Flat Spool"></Run>
</TextBlock>
- <touch:TouchToggleSlider IsChecked="{Binding UseFlatSpool,Mode=TwoWay}" Style="{StaticResource TangoToggleButtonGrayAccent}" Margin="49 0 0 0" HorizontalAlignment="Left" Width="90" />
+ <touch:TouchToggleSlider IsChecked="{Binding UseFlatSpool,Mode=TwoWay}" Style="{StaticResource TangoToggleButtonGrayAccent}" Margin="49 0 0 0" HorizontalAlignment="Left" Width="90" Height="42"/>
</DockPanel>
</StackPanel>