diff options
author | ronie <ronie@users.noreply.github.com> | 2018-11-23 09:22:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-23 09:22:02 +0100 |
commit | ead400093c19774a1d4420596bc6c5fcae589f59 (patch) | |
tree | 5a5c808fd94b2f4d70165e68a7f9645d169ec68e /addons/skin.estuary | |
parent | 6736afc143f2f56b7aa2042de8e5bedbfcfd524c (diff) | |
parent | 251e7919454512a7253be009d7194d1c5dd1b5a1 (diff) |
Merge pull request #14923 from ksooo/estuary-fix-eventlogentry-height
[Estuary] Adjust eventlog entry height so that it can display two full lines of text.
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/xml/EventLog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/EventLog.xml b/addons/skin.estuary/xml/EventLog.xml index 5a8e6b3f51..20294c9ab9 100644 --- a/addons/skin.estuary/xml/EventLog.xml +++ b/addons/skin.estuary/xml/EventLog.xml @@ -48,7 +48,7 @@ <left>160</left> <top>45</top> <right>20</right> - <height>60</height> + <height>80</height> <aligny>top</aligny> <textcolor>grey</textcolor> <label>$INFO[ListItem.Property(Event.Description)]</label> @@ -95,7 +95,7 @@ <left>160</left> <top>45</top> <right>20</right> - <height>60</height> + <height>80</height> <aligny>top</aligny> <label>$INFO[ListItem.Property(Event.Description)]</label> </control> |