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

Emmanuel Lepage Vallée <emmanuel.lep...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Emmanuel Lepage Vallée <emmanuel.lep...@kde.org> ---
Turns out this is a regression in Qt 5.12

From
https://doc.qt.io/qt-5/qml-qtquick-controls2-textfield.html#background-prop

> Note: If the background item has no explicit size specified, it automatically 
> follows the control's size. In most cases, there is no need to specify width 
> or 
> height for a background item.

This is currently not true with the Material theme on 5.12. The size was 0x0
until I set "height: search.height; width: search.width" on the background
item.

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

Reply via email to