diff --git a/CHANGES b/CHANGES index 4214f09f0..4d669dd98 100644 --- a/CHANGES +++ b/CHANGES @@ -33,6 +33,9 @@ This release contains contributions from (alphabetically by first name): * All of the Python-based modules now have translations enabled. * *Displaymanager* module has improved support for LightDM configuration. (Thanks to Dominic, FerenOS) + * *License* module can now display local files inline, and scrolls to + allow longer lists of licenses (or to support long license texts + displayed inline). * *Partition* module has additional checks for validity partition layouts. (Thanks to Arnaud) * *Welcome* module has improved usability: a standard icon diff --git a/src/branding/default/stylesheet.qss b/src/branding/default/stylesheet.qss index 2e5e734c6..0ea8118bf 100644 --- a/src/branding/default/stylesheet.qss +++ b/src/branding/default/stylesheet.qss @@ -26,4 +26,8 @@ The IDs are based on the object names in the C++ code. #partitionBarView { } */ +/* Licensing module. +#licenseItem { } +#licenseItemFullText { } +*/