Merge pull request #3064 from hertg/master
Docs: Fixed wrong code example in 03-declarative-layout
This commit is contained in:
commit
245f38ccd5
|
@ -260,7 +260,7 @@ Code:
|
||||||
my_textbox1, -- Left
|
my_textbox1, -- Left
|
||||||
nil, -- Nothing in the middle
|
nil, -- Nothing in the middle
|
||||||
my_textbox2, -- Right
|
my_textbox2, -- Right
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.align.horizontal,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue