You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I meet the same question. I tried some stylesheet like following, it didn't work!
The raw results are as follows.
code 1
self.dock_demo.setStyleSheet(
""" QDockWidget::title { padding-top: 10px; /* Adjust this value to increase/decrease height */ padding-bottom: 10px; /* Adjust this value to increase/decrease height */ } """
)
The result is that the padding does change, but it doesn't help the problem.
2. code 2
Describe Your Environment
Language
Python
Relevant Code [if necessary]
[A piece of code to reproduce and/or fix this issue]
The text was updated successfully, but these errors were encountered: