UI/UX: Fix dialog text centering
`text_align="top"` isn't even valid, `top` is only valid for `text_valign`. Not sure how this got messed up in the first place, but this finally fixes it.
This commit is contained in:
parent
2c9e581c60
commit
dd6cbe4f88
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<label height="65%" id="title" width="100%" text_align="top" word_wrap="true"/>
|
||||
<label height="65%" id="title" width="100%" text_align="center" word_wrap="true"/>
|
||||
|
||||
<spacer height="5%" width="10" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user