Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Fri, 2 Dec 2022 13:51:09 +0000 (14:51 +0100)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 6 Dec 2022 11:54:59 +0000 (12:54 +0100)
commit28d062af7c86732a0c41c4cac73b5f9961b2013c
tree51d59efa9ffefaab5e5e09a9ecdc0420a93d65ba
parent2f3373daf176fa25dae80e5a33eded17a6492d50
Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
21 files changed:
resources.qrc
src/gui/BasicComboBox.qml
src/gui/EmojiPicker.qml
src/gui/ErrorBox.qml
src/gui/PredefinedStatusButton.qml
src/gui/UserStatusSelector.qml
src/gui/UserStatusSelectorButton.qml
src/gui/tray/ActivityItemContent.qml
src/gui/tray/CallNotificationDialog.qml
src/gui/tray/CustomButton.qml
src/gui/tray/CustomTextButton.qml
src/gui/tray/EditFileLocallyLoadingDialog.qml
src/gui/tray/EnforcedPlainTextLabel.qml [new file with mode: 0644]
src/gui/tray/NCToolTip.qml
src/gui/tray/SyncStatus.qml
src/gui/tray/UnifiedSearchResultFetchMoreTrigger.qml
src/gui/tray/UnifiedSearchResultItem.qml
src/gui/tray/UnifiedSearchResultNothingFound.qml
src/gui/tray/UnifiedSearchResultSectionItem.qml
src/gui/tray/UserLine.qml
src/gui/tray/Window.qml