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
Commits
ab16ad66
Commit
ab16ad66
authored
5 years ago
by
andrey.daragan
Browse files
Options
Downloads
Plain Diff
Merge branch 'features-2997' into 'develop'
Features 2997 See merge request
!19
parents
bca1afe6
ac9f90e6
No related branches found
Branches containing commit
No related tags found
1 merge request
!19
Features 2997
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
widgets/DapComboBoxForm.ui.qml
+5
-6
5 additions, 6 deletions
widgets/DapComboBoxForm.ui.qml
with
5 additions
and
6 deletions
widgets/DapComboBoxForm.ui.qml
+
5
−
6
View file @
ab16ad66
...
...
@@ -81,8 +81,8 @@ ComboBox
}
//Defining the background for the main line
background
:
Rectangle
background
:
Rectangle
{
anchors.fill
:
parent
color
:
parent
.
popup
.
visible
?
hilightTopColor
:
normalTopColor
...
...
@@ -90,10 +90,9 @@ ComboBox
}
//Main line text settings
contentItem
:
Text
contentItem
:
Text
{
id
:
textTopComboBox
anchors.fill
:
parent
anchors.leftMargin
:
popup
.
visible
?
sidePaddingActive
:
sidePaddingNormal
text
:
mainLineText
...
...
@@ -141,7 +140,7 @@ ComboBox
}
//Shadow effect for the top element.
DropShadow
DropShadow
{
anchors.fill
:
topEffect
?
parent
:
null
source
:
topEffect
?
background
:
null
...
...
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