mirror of
https://github.com/xenia-project/elemental-forms.git
synced 2026-01-31 01:25:17 +01:00
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
WindowInfo
|
|
title Layout distribution
|
|
LayoutBox: position: left top, axis: y
|
|
Label: text: "distribution: preferred"
|
|
LayoutBox: distribution: preferred
|
|
Button: text: tab 1
|
|
Button: text: tab 2
|
|
Button: text: tab 3
|
|
Button: text: tab 4
|
|
TextBox: placeholder: @search, gravity: left right, type: "search"
|
|
Label: text: "distribution: available"
|
|
LayoutBox: distribution: available
|
|
Button: text: tab 1
|
|
Button: text: tab 2
|
|
Button: text: tab 3
|
|
Button: text: tab 4
|
|
TextBox: placeholder: @search, gravity: left right, type: "search"
|
|
Label: text: "distribution: gravity"
|
|
LayoutBox: distribution: gravity
|
|
Button: text: tab 1
|
|
Button: text: tab 2
|
|
Button: text: tab 3
|
|
Button: text: tab 4
|
|
TextBox: placeholder: @search, gravity: left right, type: "search"
|
|
Label: text: gravity + trailing layout for right align
|
|
LayoutBox: distribution: gravity
|
|
Button: text: tab 1
|
|
Button: text: tab 2
|
|
Button: text: tab 3
|
|
Button: text: tab 4
|
|
LayoutBox: gravity: left right, distribution-position: right bottom
|
|
TextBox: placeholder: @search, type: "search"
|
|
Label: text: "gravity + mixed gravity"
|
|
LayoutBox: distribution: gravity
|
|
Button: text: tab 1
|
|
TextBox: placeholder: @search, gravity: left right, type: "search"
|
|
Button: text: tab 3
|
|
Button: text: tab 4
|
|
TextBox: placeholder: @search, gravity: left right, type: "search"
|