summaryrefslogtreecommitdiffstatshomepage
path: root/declarative/webview.go
diff options
context:
space:
mode:
authorAlexander Neumann <alexander.neumann@picos-software.com>2019-02-27 17:16:54 +0100
committerAlexander Neumann <alexander.neumann@picos-software.com>2019-02-27 17:16:54 +0100
commitb74661ddf606566b2cea7476d68e92768afa0c75 (patch)
tree8ce941fe5ddcf36d99180d96f1edfded3c6efc16 /declarative/webview.go
parent[Line|Text]Edit: Rename [Set]Alignment to [Set]TextAlignment (diff)
downloadwireguard-windows-b74661ddf606566b2cea7476d68e92768afa0c75.tar.xz
wireguard-windows-b74661ddf606566b2cea7476d68e92768afa0c75.zip
Add support for alignment specified per widget
Diffstat (limited to 'declarative/webview.go')
-rw-r--r--declarative/webview.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/declarative/webview.go b/declarative/webview.go
index d86e8c9f..c9c3b12f 100644
--- a/declarative/webview.go
+++ b/declarative/webview.go
@@ -35,6 +35,7 @@ type WebView struct {
// Widget
+ Alignment Alignment2D
AlwaysConsumeSpace bool
Column int
ColumnSpan int