diff options
Diffstat (limited to 'examples/raygui_extensions/main.lua')
| -rw-r--r-- | examples/raygui_extensions/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/raygui_extensions/main.lua b/examples/raygui_extensions/main.lua index 8c549f3..4cd537d 100644 --- a/examples/raygui_extensions/main.lua +++ b/examples/raygui_extensions/main.lua @@ -85,6 +85,7 @@ local function addPropertyList() } ) RL.GuiSetStyle( RL.SPINNER, RL.TEXT_ALIGNMENT, RL.TEXT_ALIGN_LEFT ) + PropertyList.contentPadding.x = PropertyList.bounds.height -- Room for dropdown. PropertyList:addControl( PropertyList.gui:Line( Rectangle:new( 0, 0, 0, 0 ), |
