dewral
Veteran OT User
- Joined
- Dec 4, 2019
- Messages
- 344
- Solutions
- 10
- Reaction score
- 378
Like a charmThis works for me:
Line 158:Code:MiniWindowContents padding: 4 4 3 7 layout: type: grid cell-size: 34 34 cell-spacing: 3 flow: true
Line 159:LUA:containerWindow:setContentMinimumHeight(cellSize.height + 1)
Line 167:LUA:containerWindow:setContentMaximumHeight(cellSize.height * layout:getNumLines() + 4)
Line 172:LUA:containerWindow:setContentHeight(cellSize.height*layout:getNumLines() + 4)
LUA:containerWindow:setContentHeight(filledLines * cellSize.height + 1)
On OTCv8 it can be different.


Now i need to make adjustments to outfit window same goes for hotkeys


This one is a masterpiece

Last edited: