Reply To: logging scale choice by key pressing

PennController for IBEX Forums Support logging scale choice by key pressing Reply To: logging scale choice by key pressing

#3684
Jeremy
Keymaster

Yes, CSS rendering is not optimal with Scale elements. Assuming your scale’s height is 50px, you can add this to your PennController.css file:

.Scale-before .elementContainer, .Scale-after .elementContainer  {
  line-height: 50px;
}

Alternatively you could also call this on each of your Text elements before and after the scale: .settings.cssContainer("line-height","50px")