We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
BeginMenu
ContextMenuWindow
Just a note; I am still figuring out Slab, if I am missing something, my bad...
The tops of the context menu's are missing rounded corners. For the MainMenuBar it makes sense to not have rounded corners.
MainMenuBar
It does make sense to have no rounded corners in this case though
Code (First Image)
if Slab.BeginContextMenuWindow() then Slab.MenuItem("BLANK") if Slab.BeginMenu("Create") then if Slab.MenuItem("Lamp") then print("Create Lamp") end if Slab.MenuItem("Button") then print("Create Lamp") end Slab.EndMenu() end Slab.EndContextMenu() end
The text was updated successfully, but these errors were encountered:
Hi @Dude112113, thanks for reporting this issue. The fix should be fairly trivial and will be included in the next update.
Sorry, something went wrong.
9b7ffd4
No branches or pull requests
Just a note; I am still figuring out Slab, if I am missing something, my bad...
The tops of the context menu's are missing rounded corners.
For the
MainMenuBar
it makes sense to not have rounded corners.It does make sense to have no rounded corners in this case though

Code (First Image)
The text was updated successfully, but these errors were encountered: