diff options
author | Alwin Esch <alwin.esch@web.de> | 2020-08-11 20:26:55 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2020-08-11 20:29:25 +0200 |
commit | 405b64bb6210b392c5c7efa3d0bfc83c3497a566 (patch) | |
tree | c42c3b3fc524b10373089ac79eff4f73477d9991 /addons/skin.estuary | |
parent | 6558451870f7f21c9cb6279713092fe9ea213231 (diff) |
[skin.estuary] make on addon info dialog description text height a small tick bigger
This to prevent scrolling if the amount of lines match his Text area size.
Bevore was there always a scroll without any following content.
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/xml/DialogAddonInfo.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/DialogAddonInfo.xml b/addons/skin.estuary/xml/DialogAddonInfo.xml index cd58737574..65c96894f7 100644 --- a/addons/skin.estuary/xml/DialogAddonInfo.xml +++ b/addons/skin.estuary/xml/DialogAddonInfo.xml @@ -28,9 +28,9 @@ </control> <control type="textbox"> <left>670</left> - <top>435</top> + <top>430</top> <width>1050</width> - <height>365</height> + <height>375</height> <label>$INFO[ListItem.AddonSummary,[B],[/B][CR]]$INFO[ListItem.AddonDescription][CR]$VAR[AddonNewsVar,[I][CR][CR],[/I]]</label> <autoscroll delay="5000" repeat="7500" time="5000">true</autoscroll> </control> |