Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Phone Components
Commits
26214037
Commit
26214037
authored
Jun 24, 2015
by
Martin Klapetek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dialer] Use proper enum namespace for text alignment
parent
7fd8ef19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dialer/package/contents/ui/Dialpad/DialerButton.qml
dialer/package/contents/ui/Dialpad/DialerButton.qml
+2
-2
No files found.
dialer/package/contents/ui/Dialpad/DialerButton.qml
View file @
26214037
...
...
@@ -29,9 +29,9 @@ PlasmaComponents.Label {
//This is 0 to override the Label default height that would cause a binding loop
height
:
0
horizontalAlignment
:
Qt
.
AlignHCenter
verticalAlignment
:
Qt
.
AlignVCenter
font.pointSize
:
22
//anything higher for some reason makes number 4 not rendered
horizontalAlignment
:
Text
.
AlignHCenter
verticalAlignment
:
Text
.
AlignTop
minimumPointSize
:
8
fontSizeMode
:
Text
.
VerticalFit
...
...
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