mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-14 11:11:31 +00:00
Fixed black Lubuntu sidebar.
This commit is contained in:
parent
6d7e110c0c
commit
27a43e3279
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares-settings-ubuntu (1:23.04.3) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Fixed a syntax error that led to incorrect sidebar coloring (LP: #1991251).
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 23 Nov 2022 16:08:10 -0600
|
||||||
|
|
||||||
calamares-settings-ubuntu (1:23.04.2) lunar; urgency=medium
|
calamares-settings-ubuntu (1:23.04.2) lunar; urgency=medium
|
||||||
|
|
||||||
* Allow swap for Ubuntu Studio (LP: #1996646)
|
* Allow swap for Ubuntu Studio (LP: #1996646)
|
||||||
|
@ -24,6 +24,6 @@ slideshow: "show.qml"
|
|||||||
slideshowAPI: 1
|
slideshowAPI: 1
|
||||||
|
|
||||||
style:
|
style:
|
||||||
sidebarBackground: "#808080"
|
SidebarBackground: "#808080"
|
||||||
sidebarText: "#FFFFFF"
|
SidebarText: "#FFFFFF"
|
||||||
sidebarTextSelect: "#0068C8"
|
SidebarTextSelect: "#0068C8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user