Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Mar 19, 2019
1 parent 52f969b commit bb7aedc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 1080i/DialogAddonInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,15 @@
<height>230</height>
<visible>Integer.IsGreater(Container(50).NumItems,0)</visible>
</control>
<include content="Object_Info_Plot">
<param name="maxheight" value="320" />
<param name="label" value="$VAR[Label_OverlayPlot]" />
<visible>Integer.IsGreater(Container(50).NumItems,0)</visible>
</include>
<include content="Object_Info_Plot">
<param name="maxheight" value="560" />
<param name="label" value="$VAR[Label_OverlayPlot]" />
<visible>Integer.IsEqual(Container(50).NumItems,0)</visible>
</include>
</control>
<include content="View_51_Wall_Container">
Expand Down
1 change: 1 addition & 0 deletions 1080i/Includes_Object.xml
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@
<param name="label" default="$VAR[Label_Plot]" />
<definition>
<control type="textbox">
<nested />
<top>30</top>
<label fallback="19055">$PARAM[label]</label>
<height max="$PARAM[maxheight]">$PARAM[height]</height>
Expand Down

0 comments on commit bb7aedc

Please sign in to comment.