We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcb677 commit 55cd0b6Copy full SHA for 55cd0b6
src/HeatMap/Properties/AssemblyInfo.cs
@@ -31,8 +31,8 @@
31
// You can specify all the values or you can default the Build and Revision Numbers
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("1.1.10.0")]
35
-[assembly: AssemblyFileVersion("1.1.10.0")]
+[assembly: AssemblyVersion("1.1.11.0")]
+[assembly: AssemblyFileVersion("1.1.11.0")]
36
37
38
src/HeatMap/RoomTemperatureDisplayer.cs
@@ -97,7 +97,7 @@ public void OnGUI()
97
if (room == null)
98
continue;
99
100
- var panelLength = 20f;
+ var panelLength = 40f;
101
var panelHeight = 20f;
102
var panelSize = new Vector2(panelLength, panelHeight);
103
var drawTopLeft = GenMapUI.LabelDrawPosFor(cell);
0 commit comments