Merge pull request #2620 from psychon/fix_some_news
Fix some typos in the NEWS
This commit is contained in:
commit
7ba3a9fba8
|
@ -58,7 +58,7 @@ with existing user configurations.
|
||||||
global one.
|
global one.
|
||||||
* There is now a `awful.layout.get_tag_layout_index()` function to get the
|
* There is now a `awful.layout.get_tag_layout_index()` function to get the
|
||||||
index of the current layout in the global layout list
|
index of the current layout in the global layout list
|
||||||
(`awful.layout..layouts`)
|
(`awful.layout.layouts`)
|
||||||
* The `wibox.layout.manual` layout now has an `:insert()` method.
|
* The `wibox.layout.manual` layout now has an `:insert()` method.
|
||||||
|
|
||||||
### Better DPI handling
|
### Better DPI handling
|
||||||
|
@ -124,7 +124,7 @@ The following widgets have been added:
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href='../classes/wibox.widget.checkbox.html'>wibox.widget.separator</a>
|
<a href='../classes/wibox.widget.separator.html'>wibox.widget.separator</a>
|
||||||
</td>
|
</td>
|
||||||
<td><img src='../images/AUTOGEN_wibox_widget_defaults_separator.svg' /></td>
|
<td><img src='../images/AUTOGEN_wibox_widget_defaults_separator.svg' /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue