[Breeze] [Bug 397337] QToolButton painting outside widget when smaller than minimum size hint

2022-03-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=397337

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|FIXED   |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 397337] QToolButton painting outside widget when smaller than minimum size hint

2022-03-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=397337

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 397337] QToolButton painting outside widget when smaller than minimum size hint

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=397337

Jan Blackquill  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |FIXED
 CC||uhh...@gmail.com

--- Comment #3 from Jan Blackquill  ---
Does this still have any bearing on Breeze? Forcing a widget below its minimum
size is pretty much guaranteed to break things, as David said.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 397337] QToolButton painting outside widget when smaller than minimum size hint

2021-10-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397337

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 397337] QToolButton painting outside widget when smaller than minimum size hint

2018-08-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=397337

--- Comment #2 from David Edmundson  ---
https://github.com/lxqt/lxqt-panel/blob/master/plugin-taskbar/lxqttaskbutton.cpp

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 397337] QToolButton painting outside widget when smaller than minimum size hint

2018-08-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=397337

David Edmundson  changed:

   What|Removed |Added

Summary|LXQt developers point to a  |QToolButton painting
   |possible bug in Breeze  |outside widget when smaller
   ||than minimum size hint
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Thanks

Them calling it a breeze bug is quite a stretch. They're showing a control
smaller than a controls minimumSizeHint. They're right Qt doesn't enforce
it...because that's the job of the app dev. Any control will break if you do
that.

Fwiw: their code

https://github.com/lxqt/lxqt-panel/blob/master/plugin-taskbar/Lady task
button.cpp


But the workaround in their github seems sane and won't harm us. May as well
merge.

-- 
You are receiving this mail because:
You are watching all bug changes.