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

"fluent/borest" theme, renaming instances, font looks weird #25

Open
bloodyeyesblackblood opened this issue Sep 2, 2023 · 4 comments
Open

Comments

@bloodyeyesblackblood
Copy link

restarting helped with the checkboxes but not with the font issue when renaming instances
image
image

@MbtMarco
Copy link

MbtMarco commented Sep 4, 2023

Same bug on MacOs Ventura

Screenshot 2023-09-04 alle 20 13 47

@TheKodeToad TheKodeToad changed the title "fluent" theme, renaming instances, font looks weird "fluent/borest" theme, renaming instances, font looks weird Nov 21, 2023
@MbtMarco
Copy link

MbtMarco commented May 6, 2024

I confirm that this still happens in Prism Launcher 8.3 with macOS Sonoma

@notwindstone
Copy link
Contributor

If someone stumbles upon this issue, here is the solution:

  1. Open the themeStyle.css file in the theme folder.
  2. Find the QTextEdit class together with QPlainTextEdit.
  3. Remove the lines with border-radius: 7px; and padding: 5px;. This will remove the rounded border and also give you more space to rename the text.
  4. Now find the QTextEdit:focus class together with QPlainTextEdit:focus (just below the previous two).
  5. Change the width of border-bottom from 2px to 1px.
  6. Change the background-color property from the specified color to some other, for example, rgba(0, 0, 0, 255) (this is solid black).
  7. Change the colors of the border-... properties to the one specified in border-bottom.

Screenshots with changes are attached. Works on any theme based on Fluent/Borest

firefox_B3j1DLkAKo
freesmlauncher_wwHgkZtgfU
freesmlauncher_mOSbyOX3Jw

@AshtakaOOf
Copy link
Contributor

If someone stumbles upon this issue, here is the solution:

I believe you can PR these changes to the themes repo. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants