summaryrefslogtreecommitdiff
path: root/indra/llui/lliconctrl.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-12-09 18:35:36 +0200
committerandreykproductengine <akleshchev@productengine.com>2015-12-09 18:35:36 +0200
commita53caef1e8314f9cf2af3c0081bf57d5f20db560 (patch)
treea7861ca572903e3f6c809e522b3e124a6e1c9968 /indra/llui/lliconctrl.h
parent35e1c735a3ce01e8f4c6fb24b173c019086a88cb (diff)
MAINT-4018 Improvements to icon fetching.
Diffstat (limited to 'indra/llui/lliconctrl.h')
-rwxr-xr-xindra/llui/lliconctrl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/lliconctrl.h b/indra/llui/lliconctrl.h
index 8b1092df46..7971cd44d3 100755
--- a/indra/llui/lliconctrl.h
+++ b/indra/llui/lliconctrl.h
@@ -79,7 +79,9 @@ protected:
//the output size of the icon image if set.
S32 mMinWidth,
- mMinHeight;
+ mMinHeight,
+ mMaxWidth,
+ mMaxHeight;
// If set to true (default), use the draw context transparency.
// If false, will use transparency returned by getCurrentTransparency(). See STORM-698.