mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
[Frontend] Removed preferred size form section
WTD-1002 WTD-495
This commit is contained in:
parent
c640d6238b
commit
68c3ec7194
@ -203,15 +203,6 @@
|
|||||||
"features": "creation",
|
"features": "creation",
|
||||||
"model": { "composition": [] },
|
"model": { "composition": [] },
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
|
||||||
"name": "Preferred Size",
|
|
||||||
"control": "select",
|
|
||||||
"options": [
|
|
||||||
{ "name": "Fit to Window", "value": "FIT" },
|
|
||||||
{ "name": "Fixed Size", "value": "FIXED" }
|
|
||||||
],
|
|
||||||
"key": "preferredSize"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "Layout Grid",
|
"label": "Layout Grid",
|
||||||
"control": "composite",
|
"control": "composite",
|
||||||
@ -240,23 +231,6 @@
|
|||||||
"features": "creation",
|
"features": "creation",
|
||||||
"model": { "composition": [] },
|
"model": { "composition": [] },
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
|
||||||
"name": "Preferred Size",
|
|
||||||
"control": "composite",
|
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"name": "Width (px)",
|
|
||||||
"control": "textfield"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Height (px)",
|
|
||||||
"control": "textfield"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"pattern": "^(\\d*[1-9]\\d*)?$",
|
|
||||||
"property": "preferredSize",
|
|
||||||
"conversion": "number[]"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Layout Grid",
|
"name": "Layout Grid",
|
||||||
"control": "composite",
|
"control": "composite",
|
||||||
|
Loading…
Reference in New Issue
Block a user