Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CodingHashira opened this issue Nov 13, 2024 · 2 comments · May be fixed by #23
Open

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

CodingHashira opened this issue Nov 13, 2024 · 2 comments · May be fixed by #23
Labels
bug Something isn't working or this pull request fixes an issue

Comments

@CodingHashira
Copy link

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

@sungsphinx
Copy link
Member

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 sungsphinx linked a pull request Nov 26, 2024 that will close this issue
@sungsphinx
Copy link
Member

@CodingHashira could you see if #23 helps?

@sungsphinx sungsphinx added the bug Something isn't working or this pull request fixes an issue label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or this pull request fixes an issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants