https://bugs.kde.org/show_bug.cgi?id=451807

ratijas <m...@ratijas.tk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@ratijas.tk

--- Comment #1 from ratijas <m...@ratijas.tk> ---
I tried to reproduce it with the following code, but I didn't spot any problems
with the status quo

    import QtQuick.Controls 2.15
    import org.kde.kirigami 2.20 as Kirigami

    Kirigami.Page {
        title: "BUG 451807"
        contentItem: Kirigami.FormLayout {
            TextField {
                text: i18n("i have %1 things", 0)
            }
            TextField {
                text: i18n("i have %1 things", 1)
            }
        }
    }

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

Reply via email to