Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
dcdcafb7
Commit
dcdcafb7
authored
May 08, 2017
by
ondrej
Browse files
ide: packager: adapt after r54816 #
43e271b4
. Issue
#31762
and
#31715
git-svn-id: trunk@54843 -
parent
2abbee16
Changes
1
Hide whitespace changes
Inline
Side-by-side
packager/confirmpkglistdlg.pas
View file @
dcdcafb7
...
...
@@ -79,7 +79,7 @@ begin
Cells
[
0
,
0
]
:=
lisConfirmPackageNewPackageSet
;
Cells
[
1
,
0
]
:=
lisConfirmPackageAction
;
Cells
[
2
,
0
]
:=
lisConfirmPackageOldPackageSet
;
d
:=
RowCount
*
(
DefaultRowHeight
+
GridLineWidth
)
-
Height
;
d
:=
RowCount
*
(
GetReal
DefaultRowHeight
+
GridLineWidth
)
-
Height
;
end
;
// Auto-grow dialog up to 3/4 of the screen height.
d
:=
Min
(
d
,
Screen
.
Height
*
3
div
4
-
Height
);
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#31762 (closed)
·
Jul 29, 2021
mentioned in issue
#31762 (closed)
mentioned in issue #31762
Toggle commit list
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