-
Notifications
You must be signed in to change notification settings - Fork 73
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
Third party plugin widget resize problem #2472
Comments
@SeptemberHX Hello, can you provide a copy of your plug-in source code? Or directly provide a copy of the plug-in, I use to test it. |
插件机制在 22 May 2020 是不是改过?我之前的插件只能在 panel 上跑,dock 上跑不了了。 不过你可以看这个:https://blog.csdn.net/qq_33154343/article/details/110672252 任务栏 1.2.2 的缺陷 中的 第二点,和我去年提的问题是一样的。 |
linuxdeepin/dde-dock@9188fff 已经修复以上问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin widget in the RED RECT consists of two QLabel with QVBoxLayout, and the parent widget is a QWidget. The dark rectangle around each QLabel is the border.
It looks everything works fine. But strange things happen when I open a new application(A new icon will be added to the app area, and all the widgets on the dock seem be resized)
The height of the plugin widget is really strange. Drag the widget and move it to other place will make it look normal again:
The text was updated successfully, but these errors were encountered: