Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
e4076f8e
Commit
e4076f8e
authored
Mar 22, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui/views/App/Main/ManageAccounts): fix the style location
parent
53f804aa
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
+7
-8
resources.qrc
linphone-desktop/resources.qrc
+1
-1
ManageAccounts.qml
linphone-desktop/ui/views/App/Main/ManageAccounts.qml
+4
-4
ManageAccountsStyle.qml
...-desktop/ui/views/App/Styles/Main/ManageAccountsStyle.qml
+0
-0
qmldir
linphone-desktop/ui/views/App/Styles/qmldir
+1
-2
linphone
submodules/linphone
+1
-1
No files found.
linphone-desktop/resources.qrc
View file @
e4076f8e
...
@@ -356,7 +356,7 @@
...
@@ -356,7 +356,7 @@
<file>
ui/views/App/Styles/Main/InviteFriendsStyle.qml
</file>
<file>
ui/views/App/Styles/Main/InviteFriendsStyle.qml
</file>
<file>
ui/views/App/Styles/Main/MainWindowMenuBarStyle.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/Main/MainWindowStyle.qml
</file>
<file>
ui/views/App/Styles/Ma
nageAccountsWindow
Style.qml
</file>
<file>
ui/views/App/Styles/Ma
in/ManageAccounts
Style.qml
</file>
<file>
ui/views/App/Styles/qmldir
</file>
<file>
ui/views/App/Styles/qmldir
</file>
<file>
ui/views/App/Styles/Settings/SettingsWindowStyle.qml
</file>
<file>
ui/views/App/Styles/Settings/SettingsWindowStyle.qml
</file>
</qresource>
</qresource>
...
...
linphone-desktop/ui/views/App/Main/ManageAccounts.qml
View file @
e4076f8e
...
@@ -19,8 +19,8 @@ DialogPlus {
...
@@ -19,8 +19,8 @@ DialogPlus {
centeredButtons
:
true
centeredButtons
:
true
height
:
ManageAccounts
Window
Style
.
height
height
:
ManageAccountsStyle
.
height
width
:
ManageAccounts
Window
Style
.
width
width
:
ManageAccountsStyle
.
width
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
...
@@ -29,9 +29,9 @@ DialogPlus {
...
@@ -29,9 +29,9 @@ DialogPlus {
anchors
{
anchors
{
left
:
parent
.
left
left
:
parent
.
left
leftMargin
:
ManageAccounts
Window
Style
.
leftMargin
leftMargin
:
ManageAccountsStyle
.
leftMargin
right
:
parent
.
right
right
:
parent
.
right
rightMargin
:
ManageAccounts
Window
Style
.
rightMargin
rightMargin
:
ManageAccountsStyle
.
rightMargin
}
}
FormLine
{
FormLine
{
...
...
linphone-desktop/ui/views/App/Styles/Ma
nageAccountsWindow
Style.qml
→
linphone-desktop/ui/views/App/Styles/Ma
in/ManageAccounts
Style.qml
View file @
e4076f8e
File moved
linphone-desktop/ui/views/App/Styles/qmldir
View file @
e4076f8e
...
@@ -4,8 +4,6 @@ module App.Styles
...
@@ -4,8 +4,6 @@ module App.Styles
# Views styles -----------------------------------------------------------------
# Views styles -----------------------------------------------------------------
singleton ManageAccountsWindowStyle 1.0 ManageAccountsWindowStyle.qml
singleton CallStyle 1.0 Calls/CallStyle.qml
singleton CallStyle 1.0 Calls/CallStyle.qml
singleton CallsWindowStyle 1.0 Calls/CallsWindowStyle.qml
singleton CallsWindowStyle 1.0 Calls/CallsWindowStyle.qml
...
@@ -22,5 +20,6 @@ singleton HomeStyle 1.0 Main/HomeStyle.qml
...
@@ -22,5 +20,6 @@ singleton HomeStyle 1.0 Main/HomeStyle.qml
singleton InviteFriendsStyle 1.0 Main/InviteFriendsStyle.qml
singleton InviteFriendsStyle 1.0 Main/InviteFriendsStyle.qml
singleton MainWindowMenuBarStyle 1.0 Main/MainWindowMenuBarStyle.qml
singleton MainWindowMenuBarStyle 1.0 Main/MainWindowMenuBarStyle.qml
singleton MainWindowStyle 1.0 Main/MainWindowStyle.qml
singleton MainWindowStyle 1.0 Main/MainWindowStyle.qml
singleton ManageAccountsStyle 1.0 Main/ManageAccountsStyle.qml
singleton SettingsWindowStyle 1.0 Settings/SettingsWindowStyle.qml
singleton SettingsWindowStyle 1.0 Settings/SettingsWindowStyle.qml
linphone
@
67c8f846
Subproject commit
2e6d2b8297700be1717f7d2e9a67110156364145
Subproject commit
67c8f846f2087744ebf857e1c8d30b4787a2c24c
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment