Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix QML errors caused by illegal customisation of text field backgrounds on native styles #7374

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2024

  1. Remove background from textfields to fix errors

    Fixes the following errors:
    
    ShareeSearchField.qml:53:17: QML QQuickRectangle: The current style does
    not support customization of this control (property: "background" item:
    QQuickRectangle(0x600001d42140, parent=0x0, geometry=0,0 0x0)).
    
    NCInputTextField.qml:57:17: QML QQuickRectangle: The current style does
    not support customization of this control (property: "background" item:
    QQuickRectangle(0x600001d42220, parent=0x0, geometry=0,0 0x0)).
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3a49114 View commit details
    Browse the repository at this point in the history
  2. Add small top margin to shareview

    Fixes highlight of sharee search field with macOS styling
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3c983db View commit details
    Browse the repository at this point in the history