Background panels do not resize as anticipated
After changing the "Bags » Slot Size & Spacing" I anticipated the width of the lower right panel to increase to match the new width of the bag frame. As it stands now, the Panels/Core.lua uses hardcoded values for the background panel based on the default bag configuration, e.g.
RightChatBG:Size(370 + 12)
I would like to propose being more explicit with the derivation of 370 based on Slot Size and Spacing, and possibly changing this to be based dynamically on the bag width as well, e.g.
RightChatBG:Size(((28 * 11) + (4 * 10) + 22) + 12, 177)
Possibly something like an additional checkbox to the "Chat" settings to keep in sync with bag width?
At any rate, thanks very much for your time, effort, and consideration!
-Stephen