https://bugs.kde.org/show_bug.cgi?id=497795
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/4e | |ead05f96f7bc7f963e4dc25ade2 | |72bc375b82c Status|ASSIGNED |RESOLVED Version Fixed In| |6.11 Resolution|--- |FIXED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 4eead05f96f7bc7f963e4dc25ade272bc375b82c by Nate Graham. Committed on 06/01/2025 at 20:11. Pushed by ngraham into branch 'master'. Dialog: include leading and trailing components in footer implicitWidth 4fb4d656dfa5161ac4676d278bcd7cb08327a753 fixed footer sizing by taking into account the implicitWidth of the DialogButtonBox, which can be wider that the main body content. However leading and trailing footer components were missed, so if any of those are included in a particular Dialog's implementation, its footer may still overflow. Account for those by getting the implicitWidth of the RowLayout item that holds all of them, which also fixes the spacing between items not being included in the calculation. FIXED-IN: 6.11 M +2 -1 src/dialogs/Dialog.qml https://invent.kde.org/frameworks/kirigami/-/commit/4eead05f96f7bc7f963e4dc25ade272bc375b82c -- You are receiving this mail because: You are watching all bug changes.