mirror of
https://github.com/BeamMP/Docs.git
synced 2026-05-19 08:10:50 +00:00
Try to fix content tabs again
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user