updated height

This commit is contained in:
Chr1Z93 2023-04-14 17:52:08 +02:00
parent eb447e4640
commit 387145ca19
2 changed files with 4 additions and 4 deletions

View File

@ -1079,7 +1079,7 @@ function compareVersion(request)
local releaseNoteWrapper = find_tag_with_id(ui, 'releaseNoteWrapper')
releaseNoteWrapper.children = {}
for _, entry in pairs(releaseNotes["Highlights"]) do
for _, entry in pairs(releaseNotes["Details"]) do
table.insert(releaseNoteWrapper.children,
{ tag = 'Text',
value = entry,

View File

@ -31,11 +31,11 @@
animationDuration="0.2"
rectAlignment="UpperCenter"
offsetXY="0 -60"
height="200"
height="300"
width="450">
<!-- Header -->
<Row preferredHeight="60">
<Row preferredHeight="50">
<Cell>
<Panel padding="10 0 0 0">
<Text id="versionHeader"
@ -47,7 +47,7 @@
</Row>
<!-- Scrollable part with release notes -->
<Row>
<Row preferredHeight="200">
<Cell>
<VerticalScrollView horizontalScrollbarVisibility="AutohideAndExpandViewport">
<!-- this part will be updated via script -->