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

Fixed width stopped working after update to Plasma 6 #57

Open
mattstepb opened this issue Apr 23, 2024 · 1 comment
Open

Fixed width stopped working after update to Plasma 6 #57

mattstepb opened this issue Apr 23, 2024 · 1 comment

Comments

@mattstepb
Copy link

Version 13 7e90654

The applet is really small and changing the width has no effect (1, 200, 420, any). I've tried plasmashell --replace.

Operating System: Fedora Linux 40
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.7-300.fc40.x86_64 (64-bit)
Graphics Platform: X11
[Containments][2][Applets][205]
immutability=1
plugin=com.github.zren.commandoutput

[Containments][2][Applets][205][Configuration]
PreloadWeight=5
popupHeight=504
popupWidth=504

[Containments][2][Applets][205][Configuration][ConfigDialog]
DialogHeight=630
DialogWidth=840

[Containments][2][Applets][205][Configuration][General]
clickCommand=plasma-systemmonitor
command=/media/test.sh
fixedWidth=120
fontFamily=Helvetica LT
textAlign=2
useFixedWidth=true
@huyz-git
Copy link

huyz-git commented Jul 5, 2024

This issue seems can be fixed by remove the * Kirigami.Units.devicePixelRatio here:

return plasmoid.configuration.fixedWidth * Kirigami.Units.devicePixelRatio

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

2 participants