Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-dashboard
Commits
fd0f0851
Commit
fd0f0851
authored
5 years ago
by
Evgenii Tagiltsev
Browse files
Options
Downloads
Patches
Plain Diff
[*] changed text elide and color in wallet field
parent
41ec1ca0
No related branches found
No related tags found
1 merge request
!8
Features 2442
Pipeline
#644
passed with stage
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
KelvinDashboardGUI/DapUiQmlScreenHistory.qml
+3
-0
3 additions, 0 deletions
KelvinDashboardGUI/DapUiQmlScreenHistory.qml
with
3 additions
and
0 deletions
KelvinDashboardGUI/DapUiQmlScreenHistory.qml
+
3
−
0
View file @
fd0f0851
...
@@ -109,12 +109,14 @@ Page {
...
@@ -109,12 +109,14 @@ Page {
Text
{
Text
{
id
:
dapNumberWallet
id
:
dapNumberWallet
// width: parent.width / 2
anchors.fill
:
parent
anchors.fill
:
parent
color
:
"
#4F5357
"
color
:
"
#4F5357
"
text
:
numberWallet
text
:
numberWallet
font.family
:
"
Regular
"
font.family
:
"
Regular
"
font.pixelSize
:
14
*
pt
font.pixelSize
:
14
*
pt
clip
:
true
clip
:
true
elide
:
Text
.
ElideRight
MouseArea
{
MouseArea
{
anchors.fill
:
parent
anchors.fill
:
parent
...
@@ -232,6 +234,7 @@ Page {
...
@@ -232,6 +234,7 @@ Page {
Text
{
Text
{
text
:
dapNumberWallet
.
text
text
:
dapNumberWallet
.
text
color
:
"
#4F5357
"
font.family
:
"
Regular
"
font.family
:
"
Regular
"
font.pixelSize
:
14
*
pt
font.pixelSize
:
14
*
pt
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment