Skip to content

Commit 55cd0b6

Browse files
committed
Increase temperature label size
1 parent 9dcb677 commit 55cd0b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/HeatMap/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.10.0")]
35-
[assembly: AssemblyFileVersion("1.1.10.0")]
34+
[assembly: AssemblyVersion("1.1.11.0")]
35+
[assembly: AssemblyFileVersion("1.1.11.0")]
3636

3737

3838

src/HeatMap/RoomTemperatureDisplayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void OnGUI()
9797
if (room == null)
9898
continue;
9999

100-
var panelLength = 20f;
100+
var panelLength = 40f;
101101
var panelHeight = 20f;
102102
var panelSize = new Vector2(panelLength, panelHeight);
103103
var drawTopLeft = GenMapUI.LabelDrawPosFor(cell);

0 commit comments

Comments
 (0)