diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-01-20 21:30:53 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-01-20 21:30:53 +0200 |
| commit | bc2d3eb5ec8c7176627dcb8f5c02cc085b2db584 (patch) | |
| tree | e2d690486b4546fc73e81cfbe15526a36b86e232 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Controls | |
| parent | 215127ecf2b971a7164ab303f09de74e56c970f4 (diff) | |
| download | Tango-bc2d3eb5ec8c7176627dcb8f5c02cc085b2db584.tar.gz Tango-bc2d3eb5ec8c7176627dcb8f5c02cc085b2db584.zip | |
Implemented new CATS.
Implemented Process Parameters View on DB Module.
Implemented RML Process Parameters View on DB Module.
Modified DB Module table initials letter casing.
Moved observables generator to CLI.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Controls')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Controls/DbTableView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Controls/DbTableView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Controls/DbTableView.xaml index d1c62ed7e..f3e13e338 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Controls/DbTableView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Controls/DbTableView.xaml @@ -5,7 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" mc:Ignorable="d" - d:DesignHeight="720" d:DesignWidth="1280"> + d:DesignHeight="720" d:DesignWidth="1000" MaxWidth="1000"> <Grid> <Grid> |
