Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze Style for QQC2
Commits
e6ee8df2
Commit
e6ee8df2
authored
Feb 26, 2021
by
Noah Davis
🌵
Browse files
[ComboBoxBackground] Change implicit width if editable
parent
d80c79f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
style/impl/ComboBoxBackground.qml
View file @
e6ee8df2
...
...
@@ -28,7 +28,7 @@ Rectangle {
property
bool
highlightBackground
:
control
.
down
property
bool
highlightBorder
:
control
.
down
||
control
.
visualFocus
||
control
.
hovered
implicitWidth
:
120
implicitWidth
:
control
.
editable
?
120
:
implicitHeight
implicitHeight
:
Kirigami
.
Units
.
mediumControlHeight
visible
:
!
control
.
flat
||
control
.
editable
||
control
.
down
||
control
.
visualFocus
||
control
.
hovered
...
...
Write
Preview
Supports
Markdown
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