Try to fix content tabs again

This commit is contained in:
RainlessSky
2026-05-16 11:41:40 -07:00
parent e512389ddc
commit 9154d25826
4 changed files with 49 additions and 409 deletions
+3 -3
View File
@@ -31,7 +31,7 @@ im.End()
## General
=== Basic Formatting
=== "Basic Formatting"
```lua
im.Text("")
@@ -52,7 +52,7 @@ im.End()
im.Unindent()
```
=== Inputs
=== "Inputs"
```lua
im.Button("", im.ImVec2(0,0)) -- 0 = fit to content
@@ -66,7 +66,7 @@ im.End()
im.RadioButton2("", im.IntPtr(), 0) -- arg. 3: 0 or 1 for disabled or enabled
```
=== Other
=== "Other"
```lua
im.Bullet()