diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-08-03 14:19:19 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-08-03 14:19:19 +0300 |
| commit | 269c00bf8857d631c5158cc13976b5aef161c727 (patch) | |
| tree | e0f8c642f2a300a50cff3b308012beb641d7901e /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs | |
| parent | da1c997c138633c46daa8dc3c099b7164a536eb9 (diff) | |
| download | Tango-269c00bf8857d631c5158cc13976b5aef161c727.tar.gz Tango-269c00bf8857d631c5158cc13976b5aef161c727.zip | |
Added path of current storage directory, Open file dialog on click the path.
Related Work Items: #8719
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/GeneralInformationView.xaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/GeneralInformationView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/GeneralInformationView.xaml index fe9875009..85d905841 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/GeneralInformationView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/GeneralInformationView.xaml @@ -23,7 +23,7 @@ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Margin="0 30 0 0" FontSize="{StaticResource TangoDialogFontSize}">Machine information:</TextBlock> <FlowDocumentScrollViewer VerticalScrollBarVisibility="Disabled" Margin="0 10 0 0"> <FlowDocument> - <Table CellSpacing="0" FontFamily="{StaticResource TangoFlexoFontFamily}"> + <Table CellSpacing="2" FontFamily="{StaticResource TangoFlexoFontFamily}"> <Table.Resources> <Style TargetType="{x:Type TableRowGroup}"> <Setter Property="FontSize" Value="{StaticResource TangoDefaultFontSize}"/> @@ -36,7 +36,7 @@ </Style> </Table.Resources> <Table.Columns> - <TableColumn Width="160" /> + <TableColumn Width="165" /> <TableColumn /> <TableColumn /> </Table.Columns> @@ -145,7 +145,7 @@ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Margin="0 20 0 0" FontSize="{StaticResource TangoDialogFontSize}">Installed Software & Firmware:</TextBlock> <FlowDocumentScrollViewer VerticalScrollBarVisibility="Disabled" Margin="0 10 0 0"> <FlowDocument> - <Table CellSpacing="0" FontFamily="{StaticResource TangoFlexoFontFamily}"> + <Table CellSpacing="2" FontFamily="{StaticResource TangoFlexoFontFamily}"> <Table.Resources> <Style TargetType="{x:Type TableRowGroup}"> <Setter Property="FontSize" Value="{StaticResource TangoDefaultFontSize}"/> @@ -158,7 +158,7 @@ </Style> </Table.Resources> <Table.Columns> - <TableColumn Width="160" /> + <TableColumn Width="165" /> <TableColumn /> <TableColumn /> </Table.Columns> @@ -246,7 +246,7 @@ <TableRow> <TableCell> <Paragraph> - <TextBlock>Dispensers Firmware:</TextBlock> + <TextBlock Text="Dispensers Firmware:"></TextBlock> </Paragraph> </TableCell> |
