mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-04 17:05:38 +00:00
README, ui/layout: fix typos
Signed-off-by: Kenshi Kamata <kenshi.kamata@gmail.com>
This commit is contained in:
committed by
Elias Naur
parent
b74f2d2d1c
commit
82b0563c8b
+1
-1
@@ -5,7 +5,7 @@ Package layout implements layouts common to GUI programs.
|
||||
|
||||
Constraints and dimensions
|
||||
|
||||
Constraints and dimensions form the the interface between
|
||||
Constraints and dimensions form 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 with the child computing and returning
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ type Dimensions struct {
|
||||
Baseline int
|
||||
}
|
||||
|
||||
// Axis is the the Horizontal or Vertical direction.
|
||||
// Axis is the Horizontal or Vertical direction.
|
||||
type Axis uint8
|
||||
|
||||
// Alignment is the relative alignment of a list of
|
||||
|
||||
Reference in New Issue
Block a user