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

--- Comment #4 from Karl Ove Hufthammer <k...@huftis.org> ---
I don’t know much about QtQuick, but it seems like you’re trying setting too
many options when defining the buttons. Instead of

            Image {
                 … 20–30 lines of code defining the layout …
            }

a simple

            ToolButton {
                iconSource: elisaTheme.pauseIcon
                onClicked: … do something …
            }

(within a ‘ToolBar’ control) should work, and will automatically use the
platform’s preferred icon size.

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

Reply via email to