Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
56c8c88e
Commit
56c8c88e
authored
Nov 04, 2021
by
Claudio Cambra
Browse files
Made time picker be exact size needed + aligned to right of time combo
parent
57409366
Pipeline
#94086
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/TimeCombo.qml
View file @
56c8c88e
...
...
@@ -33,8 +33,9 @@ QQC2.ComboBox {
popup
:
QQC2.Popup
{
id
:
timePopup
width
:
parent
.
width
height
:
parent
.
width
*
1.5
width
:
Kirigami
.
Units
.
gridUnit
*
10
height
:
Kirigami
.
Units
.
gridUnit
*
14
x
:
parent
.
width
-
width
y
:
parent
.
y
+
parent
.
height
z
:
1000
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment