Wrap Temperature / Humidity Sensor Label in Controller Display #411

Open
opened 2021-03-14 18:50:43 +00:00 by wickedbeernut · 0 comments
wickedbeernut commented 2021-03-14 18:50:43 +00:00 (Migrated from github.com)

Would you please wrap temperature / humidity sensor labels (i.e., rpi_inputs.label = "Enclosure 1", "Enclosure 2", ...) containing a space character in the temperature / humidity controller table in the same way as the "Control" label (i.e., rpi_outputs.label = "Dehumidifier 1", "Dehumidifier 2", ...).

On my PC, the temperature / humidity sensor label is truncated (with "...") after more than nine characters leaving only seven readable characters. The label is truncated regardless of whether it contains space characters.

The "Control" label is not truncated (yet characters beyond ten characters are not displayed), however, words separated by a space character wrap.

I'm simply proposing you treat the two labels the same in order to support more readable characters. Personally, I'd also truncate the column headings from "Temperature" and "Humidity" to "Temp" and "Hum" in order to display labels with more characters.

image

Would you please wrap temperature / humidity sensor labels (i.e., rpi_inputs.label = "Enclosure 1", "Enclosure 2", ...) containing a space character in the temperature / humidity controller table in the same way as the "Control" label (i.e., rpi_outputs.label = "Dehumidifier 1", "Dehumidifier 2", ...). On my PC, the temperature / humidity sensor label is truncated (with "...") after more than nine characters leaving only seven readable characters. The label is truncated regardless of whether it contains space characters. The "Control" label is not truncated (yet characters beyond ten characters are not displayed), however, words separated by a space character wrap. I'm simply proposing you treat the two labels the same in order to support more readable characters. Personally, I'd also truncate the column headings from "Temperature" and "Humidity" to "Temp" and "Hum" in order to display labels with more characters. ![image](https://user-images.githubusercontent.com/47407361/111079700-b6c6c800-84c0-11eb-8066-179dac6c185b.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#411