Skip to content

Commit 0ef6065

Browse files
committed
Property docs fix
1 parent 4637424 commit 0ef6065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/elements/TabControl.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ TabControl.defineProperty(TabControl, "headerBackground", {default = colors.gray
2525
TabControl.defineProperty(TabControl, "activeTabBackground", {default = colors.white, type = "color", canTriggerRender = true})
2626
---@property activeTabTextColor color Foreground color for the active tab text
2727
TabControl.defineProperty(TabControl, "activeTabTextColor", {default = colors.black, type = "color", canTriggerRender = true})
28-
---@property scrollableTab boolean Enables scroll mode for tabs if they exceed width
28+
---@property scrollableTab boolean false Enables scroll mode for tabs if they exceed width
2929
TabControl.defineProperty(TabControl, "scrollableTab", {default = false, type = "boolean", canTriggerRender = true})
30-
---@property tabScrollOffset number Current scroll offset for tabs in scrollable mode
30+
---@property tabScrollOffset number 0 Current scroll offset for tabs in scrollable mode
3131
TabControl.defineProperty(TabControl, "tabScrollOffset", {default = 0, type = "number", canTriggerRender = true})
3232

3333
TabControl.defineEvent(TabControl, "mouse_click")

0 commit comments

Comments
 (0)