mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
[Fixed Position] Ensure default positions
Ensure all elements in a fixed position view's composition are shown in view, WTD-883.
This commit is contained in:
@ -25,6 +25,13 @@ define(
|
||||
fill: "transparent",
|
||||
stroke: "transparent",
|
||||
color: "#717171"
|
||||
},
|
||||
"fixed.telemetry": {
|
||||
stroke: "transparent",
|
||||
color: "#717171",
|
||||
titled: true,
|
||||
width: 2,
|
||||
height: 1
|
||||
}
|
||||
},
|
||||
DIALOGS = {
|
||||
|
Reference in New Issue
Block a user