Skip to content

Commit

Permalink
Selectionbox can now be easily stretched to accommodate longer/shorte…
Browse files Browse the repository at this point in the history
…r text.
  • Loading branch information
DecSmith42 committed Dec 12, 2014
1 parent 4ed8334 commit a6f09c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified Assets/MaterialUI/ComponentPrefabs/SelectionBox.prefab
Binary file not shown.
4 changes: 0 additions & 4 deletions Assets/MaterialUI/Scripts/Components/SelectionBoxConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ public void Setup ()

highlightColor.a = 1f;

Debug.Log (highlightColorHSB.h);
Debug.Log (highlightColorHSB.s);
Debug.Log (highlightColorHSB.b);

HSBColor normalColorHSB = HSBColor.FromColor (normalColor);

if (normalColorHSB.b > 0.1f)
Expand Down

0 comments on commit a6f09c1

Please sign in to comment.