Skip to content

Commit 87c99c5

Browse files
TimMenu/Window: some changes but the haounting bottom bar still persists
1 parent cac55bc commit 87c99c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TimMenu/Window.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ function Window:resetCursor()
203203
self._widgetBlockedRegions = {}
204204
-- Clear header tabs flag so titles center if no header tabs
205205
self._hasHeaderTabs = false
206-
-- Reset window size to defaults to allow shrinking
206+
-- Reset window size to allow dynamic sizing based on content
207207
self.W = Globals.Defaults.DEFAULT_W
208-
self.H = Globals.Defaults.DEFAULT_H
208+
self.H = padding -- Minimum content height (initial cursor position)
209209
-- Clear sector sizes to allow sectors to shrink each frame
210210
self._sectorSizes = {}
211211
end

0 commit comments

Comments
 (0)