mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 09:49:20 +00:00
fix(ui/views/App/Main/ManageAccounts): fix the style location
This commit is contained in:
parent
53f804aa5a
commit
e4076f8eb8
5 changed files with 7 additions and 8 deletions
|
|
@ -356,7 +356,7 @@
|
|||
<file>ui/views/App/Styles/Main/InviteFriendsStyle.qml</file>
|
||||
<file>ui/views/App/Styles/Main/MainWindowMenuBarStyle.qml</file>
|
||||
<file>ui/views/App/Styles/Main/MainWindowStyle.qml</file>
|
||||
<file>ui/views/App/Styles/ManageAccountsWindowStyle.qml</file>
|
||||
<file>ui/views/App/Styles/Main/ManageAccountsStyle.qml</file>
|
||||
<file>ui/views/App/Styles/qmldir</file>
|
||||
<file>ui/views/App/Styles/Settings/SettingsWindowStyle.qml</file>
|
||||
</qresource>
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ DialogPlus {
|
|||
|
||||
centeredButtons: true
|
||||
|
||||
height: ManageAccountsWindowStyle.height
|
||||
width: ManageAccountsWindowStyle.width
|
||||
height: ManageAccountsStyle.height
|
||||
width: ManageAccountsStyle.width
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -29,9 +29,9 @@ DialogPlus {
|
|||
|
||||
anchors {
|
||||
left: parent.left
|
||||
leftMargin: ManageAccountsWindowStyle.leftMargin
|
||||
leftMargin: ManageAccountsStyle.leftMargin
|
||||
right: parent.right
|
||||
rightMargin: ManageAccountsWindowStyle.rightMargin
|
||||
rightMargin: ManageAccountsStyle.rightMargin
|
||||
}
|
||||
|
||||
FormLine {
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@ module App.Styles
|
|||
|
||||
# Views styles -----------------------------------------------------------------
|
||||
|
||||
singleton ManageAccountsWindowStyle 1.0 ManageAccountsWindowStyle.qml
|
||||
|
||||
singleton CallStyle 1.0 Calls/CallStyle.qml
|
||||
singleton CallsWindowStyle 1.0 Calls/CallsWindowStyle.qml
|
||||
|
||||
|
|
@ -22,5 +20,6 @@ singleton HomeStyle 1.0 Main/HomeStyle.qml
|
|||
singleton InviteFriendsStyle 1.0 Main/InviteFriendsStyle.qml
|
||||
singleton MainWindowMenuBarStyle 1.0 Main/MainWindowMenuBarStyle.qml
|
||||
singleton MainWindowStyle 1.0 Main/MainWindowStyle.qml
|
||||
singleton ManageAccountsStyle 1.0 Main/ManageAccountsStyle.qml
|
||||
|
||||
singleton SettingsWindowStyle 1.0 Settings/SettingsWindowStyle.qml
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2e6d2b8297700be1717f7d2e9a67110156364145
|
||||
Subproject commit 67c8f846f2087744ebf857e1c8d30b4787a2c24c
|
||||
Loading…
Add table
Reference in a new issue