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
PIM
KDE PIM Add-ons
Commits
c6212fc9
Commit
c6212fc9
authored
Jun 18, 2021
by
Laurent Montel
😁
Browse files
Don't use deprecated enum
parent
c38ee5cf
Pipeline
#66398
passed with stage
in 53 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/importexportplugins/csv/import/csvimportdialog.cpp
View file @
c6212fc9
...
...
@@ -75,7 +75,7 @@ public:
}
setMinimumContentsLength
(
maxLength
);
setSizeAdjustPolicy
(
AdjustTo
Minimum
Contents
Length
);
setSizeAdjustPolicy
(
AdjustToContents
);
setFixedSize
(
sizeHint
());
}
...
...
Write
Preview
Markdown
is supported
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