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
!4
Feature 2624
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature 2624
feature-2624
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
konstantin.kukharenko
requested to merge
feature-2624
into
master
5 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
af9704c2
Prev
Next
Show latest version
1 file
+
2
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
af9704c2
[-]remove property and comment
· af9704c2
Konstantin
authored
5 years ago
DapComboBox.qml
+
2
−
4
Options
@@ -29,7 +29,7 @@ import QtGraphicalEffects 1.0
///@topEffect - Using an effect for the top element
///@colorTopNormalDropShadow - Color of the shadow effect of the combo box when minimized
///@colorDropShadow - Unboxed shadow color in expanded state
///@paddingTopItemDelegate
and @paddingBottomItemDelegate
- indent above and below from item delegate
///@paddingTopItemDelegate - indent above and below from item delegate
ComboBox
{
@@ -99,12 +99,11 @@ ComboBox {
}
else
return
0
}
///Text item
contentItem
:
Text
{
id
:
textDelegateComboBox
anchors.fill
:
parent
anchors.topMargin
:
paddingTopItemDelegate
anchors.bottomMargin
:
paddingBottomItemDelegate
anchors.leftMargin
:
popup
.
visible
?
sidePaddingActive
:
sidePaddingNormal
font.family
:
fontRobotoRegular
.
name
font.pixelSize
:
fontSizeComboBox
@@ -114,7 +113,6 @@ ComboBox {
//Indent from the bottom edge or the next line that will not stand out when you hover over the mouse
//And here is the list text
background
:
Rectangle
{
anchors.fill
:
parent
anchors.bottomMargin
:
{
Loading