Skip to content

Commit 8b1f895

Browse files
authored
Merge pull request #3746 from Elv13/grid_border
Modernize the `wibox.layout.grid` module and add border support.
2 parents e6f5c79 + eddb83f commit 8b1f895

32 files changed

+1410
-210
lines changed

docs/89-NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ This document was last updated at commit v4.3-197-g9085ed631.
8989
* Pango 1.44 is now the oldest recommended Pango version. Older versions are
9090
still supported, but will lack the ability to use some textbox properties,
9191
mainly `wibox.widget.textbox.line_spacing_factor`.
92+
* The `wibox.layout.grid` layout `expand`, `spacing` and `homogeneous`
93+
property getters now return a table instead of a number. The table contains
94+
a `horizontal` and a `vertical` key.
9295

9396
<a name="v43"></a>
9497
# Awesome window manager framework version 4.3 changes

0 commit comments

Comments
 (0)