You need to resize the INVENTORY tab canvas. The Viewport Width and Height properties are 200 and 300.
You change the values to 150 and 120, respectively.
What implication may this have on your design?
A.
Some tab pages may be obscured at run time.
B.
By decreasing the Viewport Width property, some tab pages may be deleted.
C.
Objects previously within the borders of a tab page may fall outside the tab page border, and you will get compilation errors.
D.
Objects previously within the borders of a tab page may fall outside the tab page border and will be visible at run time only by navigating to them programmatically.
E.
Objects previously within the borders of a tab page may fall outside the tab page border and will be assigned to the null canvas.