We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac55bc commit 87c99c5Copy full SHA for 87c99c5
1 file changed
TimMenu/Window.lua
@@ -203,9 +203,9 @@ function Window:resetCursor()
203
self._widgetBlockedRegions = {}
204
-- Clear header tabs flag so titles center if no header tabs
205
self._hasHeaderTabs = false
206
- -- Reset window size to defaults to allow shrinking
+ -- Reset window size to allow dynamic sizing based on content
207
self.W = Globals.Defaults.DEFAULT_W
208
- self.H = Globals.Defaults.DEFAULT_H
+ self.H = padding -- Minimum content height (initial cursor position)
209
-- Clear sector sizes to allow sectors to shrink each frame
210
self._sectorSizes = {}
211
end
0 commit comments