mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
fix(app): remove useless animations and reworking
This commit is contained in:
parent
91190e7e05
commit
fca682a16b
4 changed files with 2 additions and 26 deletions
|
|
@ -210,8 +210,7 @@
|
|||
<file>ui/modules/Common/qmldir</file>
|
||||
<file>ui/modules/Common/SearchBox.qml</file>
|
||||
<file>ui/modules/Common/SmartConnect.qml</file>
|
||||
<file>ui/modules/Common/Styles/Animations/CaterpillarAnimationStyle.qml</file>
|
||||
<file>ui/modules/Common/Styles/BusyIndicatorStyle.qml</file>
|
||||
<file>ui/modules/Common/Styles/Animations/BusyIndicatorStyle.qml</file>
|
||||
<file>ui/modules/Common/Styles/CollapseStyle.qml</file>
|
||||
<file>ui/modules/Common/Styles/DialogStyle.qml</file>
|
||||
<file>ui/modules/Common/Styles/DroppableTextAreaStyle.qml</file>
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
pragma Singleton
|
||||
import QtQuick 2.7
|
||||
|
||||
import Common 1.0
|
||||
|
||||
// =============================================================================
|
||||
|
||||
QtObject {
|
||||
property int nSpheres: 3
|
||||
property int spacing: 6
|
||||
|
||||
property QtObject animation: QtObject {
|
||||
property int duration: 200
|
||||
property int space: 10
|
||||
}
|
||||
|
||||
property QtObject sphere: QtObject {
|
||||
property color color: Colors.x
|
||||
property int size: 10
|
||||
}
|
||||
}
|
||||
|
|
@ -4,9 +4,7 @@ module Common.Styles
|
|||
|
||||
# Components styles ------------------------------------------------------------
|
||||
|
||||
singleton BusyIndicatorStyle 1.0 BusyIndicatorStyle.qml
|
||||
|
||||
singleton CaterpillarAnimationStyle 1.0 Animations/CaterpillarAnimationStyle.qml
|
||||
singleton BusyIndicatorStyle 1.0 Animations/BusyIndicatorStyle.qml
|
||||
|
||||
singleton CollapseStyle 1.0 CollapseStyle.qml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue