Variable: package-version-column-width
package-version-column-width is a customizable variable defined in
package.el.gz.
Value
14
Documentation
Column width for the Package version in the package menu.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defcustom package-version-column-width 14
"Column width for the Package version in the package menu."
:type 'natnum
:version "28.1")