doc: Do not document the 16bit max widget size.
As pointed out by @aire-one, it does not provide much value.
This commit is contained in:
parent
328551d479
commit
82a5fb6030
|
@ -39,8 +39,7 @@
|
|||
-- @propertytype nil Let the layout decide the height. Usually using the widget
|
||||
-- native height.
|
||||
-- @propertytype number Enforce a number of pixels.
|
||||
-- @rangestart 0
|
||||
-- @rangestop 65534
|
||||
-- @negativeallowed false
|
||||
-- @baseclass wibox.widget
|
||||
-- @see forced_width
|
||||
|
||||
|
@ -50,8 +49,7 @@
|
|||
-- @propertytype nil Let the layout decide the width. Usually using the widget
|
||||
-- native width.
|
||||
-- @propertytype number Enforce a number of pixels.
|
||||
-- @rangestart 0
|
||||
-- @rangestop 65534
|
||||
-- @negativeallowed false
|
||||
-- @baseclass wibox.widget
|
||||
-- @see forced_height
|
||||
|
||||
|
|
|
@ -47,8 +47,7 @@ local base = {}
|
|||
-- @propertytype nil Let the layout decide the height. Usually using the widget
|
||||
-- native height.
|
||||
-- @propertytype number Enforce a number of pixels.
|
||||
-- @rangestart 0
|
||||
-- @rangestop 65534
|
||||
-- @negativeallowed false
|
||||
-- @baseclass wibox.widget.base
|
||||
-- @see forced_width
|
||||
|
||||
|
@ -59,8 +58,7 @@ local base = {}
|
|||
-- @propertytype nil Let the layout decide the width. Usually using the widget
|
||||
-- native width.
|
||||
-- @propertytype number Enforce a number of pixels.
|
||||
-- @rangestart 0
|
||||
-- @rangestop 65534
|
||||
-- @negativeallowed false
|
||||
-- @baseclass wibox.widget.base
|
||||
-- @see forced_height
|
||||
|
||||
|
|
Loading…
Reference in New Issue