Fix some view offsets that broke with CPR removal
* Fix Quote builder * Fix File Browser details * Added 'viewOffsets' ability to loadFromMenuConfig() and friends * Add MenuModule.getCustomViewsWithFilter() -> Array[] of views * Add ViewController.applyViewOffsets()
This commit is contained in:
@@ -1299,6 +1299,10 @@ exports.FullScreenEditorModule =
|
||||
callingMenu: self,
|
||||
formId: formId,
|
||||
mciMap: artData.mciMap,
|
||||
viewOffsets: {
|
||||
col: 0,
|
||||
row: self.header.height,
|
||||
},
|
||||
};
|
||||
|
||||
self.addViewController(
|
||||
|
||||
Reference in New Issue
Block a user