Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtquickcontrols-nemo
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
NemoMobile
qtquickcontrols-nemo
Commits
d94eee92
Commit
d94eee92
authored
Jan 16, 2017
by
Sergey Chupligin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ButtonRow] Fix ButtonRow guidline
parent
68f4f73b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
ButtonRow.qml
src/controls/ButtonRow.qml
+8
-2
No files found.
src/controls/ButtonRow.qml
View file @
d94eee92
...
...
@@ -34,7 +34,7 @@ import QtQuick.Controls.Styles.Nemo 1.0
Rectangle
{
id
:
main
width
:
440
width
:
childrenRect
.
width
color
:
"
#313131
"
height
:
40
property
ListModel
model
:
ListModel
{}
...
...
@@ -55,7 +55,9 @@ Rectangle {
Rectangle
{
property
bool
active
:
false
height
:
50
width
:
20
*
name
.
length
y
:
-
5
width
:
text
.
width
+
(
text
.
width
/
name
.
length
*
2
)
color
:
"
transparent
"
MouseArea
{
enabled
:
main
.
enabled
...
...
@@ -77,6 +79,10 @@ Rectangle {
Label
{
id
:
text
text
:
name
anchors.horizontalCenter
:
parent
.
horizontalCenter
Component.onCompleted
:
{
width
=
paintedWidth
}
}
}
}
...
...
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