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
dedf2087
Commit
dedf2087
authored
Feb 13, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui/modules/Common/Form/ListForm): use correctly `selectedByMouse`
parent
9ecfa002
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
ListForm.qml
linphone-desktop/ui/modules/Common/Form/ListForm.qml
+0
-1
TransparentTextInput.qml
...e-desktop/ui/modules/Common/Form/TransparentTextInput.qml
+1
-0
SettingsCallsChat.qml
linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml
+3
-1
SettingsWindowStyle.qml
...ktop/ui/views/App/Styles/Settings/SettingsWindowStyle.qml
+4
-0
No files found.
linphone-desktop/ui/modules/Common/Form/ListForm.qml
View file @
dedf2087
...
...
@@ -167,7 +167,6 @@ RowLayout {
inputMethodHints
:
listForm
.
inputMethodHints
isInvalid
:
$isInvalid
readOnly
:
listForm
.
readOnly
selectByMouse
:
true
text
:
$value
height
:
ListFormStyle
.
lineHeight
...
...
linphone-desktop/ui/modules/Common/Form/TransparentTextInput.qml
View file @
dedf2087
...
...
@@ -93,6 +93,7 @@ Item {
?
TransparentTextInputStyle
.
text
.
color
.
focused
:
TransparentTextInputStyle
.
text
.
color
.
normal
font.pointSize
:
TransparentTextInputStyle
.
text
.
fontSize
selectByMouse
:
true
verticalAlignment
:
TextInput
.
AlignVCenter
Keys.onEscapePressed
:
focus
=
false
...
...
linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml
View file @
dedf2087
...
...
@@ -2,12 +2,14 @@ import QtQuick 2.7
import
Common
1.0
import
App
.
Styles
1.0
// =============================================================================
TabContainer
{
Column
{
anchors.fill
:
parent
spacing
:
10
spacing
:
SettingsWindowStyle
.
forms
.
spacing
Form
{
title
:
qsTr
(
'
callsTitle
'
)
...
...
linphone-desktop/ui/views/App/Styles/Settings/SettingsWindowStyle.qml
View file @
dedf2087
...
...
@@ -7,6 +7,10 @@ QtObject {
property
int
height
:
640
property
int
width
:
1024
property
QtObject
forms
:
QtObject
{
property
int
spacing
:
10
}
property
QtObject
validButton
:
QtObject
{
property
int
bottomMargin
:
30
property
int
rightMargin
:
30
...
...
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