mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +00:00
all: rename layout.Dimens to layout.Dimensions
Dimens is only 4 characters shorter and not worth the abbreviation. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ Constraints and dimensions
|
||||
Constraints and dimensions form the the interface between
|
||||
layouts and interface child elements. Every layout operation
|
||||
start with a set of constraints for acceptable widths and heights
|
||||
of a child. The operation ends by the child computing and returning
|
||||
its chosen size in the form of a Dimens.
|
||||
of a child. The operation ends with the child computing and returning
|
||||
its size and baseline (if any).
|
||||
|
||||
For example, to add space above a widget:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user