Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-qt-ui-qml
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
libdap-qt-ui-qml
Merge requests
!26
Features 3048
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Features 3048
features-3048
into
develop
Overview
0
Commits
12
Pipelines
0
Changes
2
Merged
andrey.daragan
requested to merge
features-3048
into
develop
5 years ago
Overview
0
Commits
12
Pipelines
0
Changes
2
Expand
[*] Fixed error trimming text.
👍
0
👎
0
Merge request reports
Compare
develop
version 1
3906274e
5 years ago
develop (base)
and
latest version
latest version
9a36162c
12 commits,
5 years ago
version 1
3906274e
11 commits,
5 years ago
2 files
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
widgets/DapText.qml
+
1
−
1
Options
@@ -2,7 +2,7 @@ import QtQuick 2.4
DapTextForm
{
width
:
parent
.
width
textMetric.elideWidth
:
width
//Text eliding is available only after full item boot
//with all metrics - to delete binding loop
Loading