this post was submitted on 24 Apr 2024
995 points (98.4% liked)
Technology
59296 readers
4307 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wait, could you explain? So KDE can control scaling at the application level? Because I was able to set the scaling in the actual settings just fine and it worked for the UI and most applications. I just remember a few wouldn't scale up no matter what I did.
Not at the application level. I thought you were talking about desktop-wide scaling? You can also scale plasma-specific stuff independently, like the icons on the taskbar or whatever.
But inside of an application, it would really depend on what framework the application uses. You might have options if it's Qt or GTK+ and is built properly (e.g. you could target it with CSS or something), but the application can easily override that, so you may be SOL.