Merge pull request #3064 from hertg/master

Docs: Fixed wrong code example in 03-declarative-layout
This commit is contained in:
mergify[bot] 2020-04-16 17:40:54 +00:00 committed by GitHub
commit 245f38ccd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ Code:
my_textbox1, -- Left
nil, -- Nothing in the middle
my_textbox2, -- Right
layout = wibox.layout.fixed.horizontal,
layout = wibox.layout.align.horizontal,
}