[BUG] Text Not Properly Word-Wrapped in System Information Display #22

Closed
opened 2024-11-13 14:29:19 +00:00 by KodeBarista · 2 comments
KodeBarista commented 2024-11-13 14:29:19 +00:00 (Migrated from github.com)

Issue:
On the system information screen, text in the right-side pane is not properly word-wrapped, causing it to display as a vertical line rather than wrapping to fit the container width. This layout issue makes the information difficult to read.

This issue is reproducible in each page with some param info

Propose solution:

  • Implement word-wrap for entities on left so that when windows size is shrinked it makes space for information on right.
  • Prevent shrinking window after certain point. Currently windows can be shrinked to a straight line

image

App Window when shrinked (It can further be shrinked)
image

**Issue:** On the system information screen, text in the right-side pane is not properly word-wrapped, causing it to display as a vertical line rather than wrapping to fit the container width. This layout issue makes the information difficult to read. This issue is reproducible in each page with some param info **Propose solution:** - Implement word-wrap for entities on left so that when windows size is shrinked it makes space for information on right. - Prevent shrinking window after certain point. Currently windows can be shrinked to a straight line ![image](https://github.com/user-attachments/assets/1711a12a-9056-4af9-9a47-c9701684fe7f) App Window when shrinked (It can further be shrinked) ![image](https://github.com/user-attachments/assets/bab3269a-61dc-42b7-a76e-ca09af4202a3)
sungsphinx commented 2024-11-25 19:41:13 +00:00 (Migrated from github.com)

Sorry, looks like I missed this issue. I am working on updating to the latest libcosmic version, so I will make sure there is a minimum window size set before I push to a branch.

Sorry, looks like I missed this issue. I am working on updating to the latest libcosmic version, so I will make sure there is a minimum window size set before I push to a branch.
sungsphinx commented 2024-11-26 16:15:02 +00:00 (Migrated from github.com)

@CodingHashira could you see if #23 helps?

@CodingHashira could you see if #23 helps?
Sign in to join this conversation.
No description provided.