mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8762 from nextcloud/bugfix/BasicControls
fix: log - BasicControls for better customization.
This commit is contained in:
commit
d35ba145a2
@ -5,10 +5,10 @@
|
||||
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Controls.Basic as BasicControls
|
||||
import Style
|
||||
|
||||
// TODO: the current style does not support customization of this control
|
||||
ProgressBar {
|
||||
BasicControls.ProgressBar {
|
||||
id: control
|
||||
|
||||
property color fillColor: Style.ncBlue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user