mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
remove workaround for Imagery Thumbnail resizing from MCTSplitPane and add box sizing to thumbs wrapper to fix phantom resizing
This commit is contained in:
@ -132,11 +132,6 @@ define(
|
||||
|
||||
// Get actual size (to obey min-width etc.)
|
||||
firstSize = getSize(first[0]);
|
||||
|
||||
if (alias === 'mctSplitPane-imagery') {
|
||||
firstSize = firstSize - 5;
|
||||
}
|
||||
|
||||
first.css(anchor.dimension, firstSize + 'px');
|
||||
splitter.css(anchor.edge, firstSize + 'px');
|
||||
splitter.css(anchor.opposite, "auto");
|
||||
|
Reference in New Issue
Block a user