Fix whitespace and bump the copyright date for the artwork team.

ubuntu/cosmic
Simon Quigley 6 years ago
parent bcfc86174c
commit edf4bd4482

10
debian/changelog vendored

@ -1,3 +1,13 @@
lubuntu-artwork (1.7) UNRELEASED; urgency=medium
[ Wendy Hill ]
* Fix the shutdown and restart buttons for the SDDM greeter.
[ Simon Quigley ]
* Fix whitespace and bump the copyright date for the artwork team.
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 16 Sep 2018 15:03:22 -0500
lubuntu-artwork (1.6) cosmic; urgency=medium
* Use the new ubuntu-theme virtual SDDM theme, and remove the Conflicts on

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (c) 2013 Abdurrahman AVCI <abdurrahmanavci@gmail.com
* Copyright (c) 2015 Lubuntu Artwork Team
* Copyright (c) 2015-2018 Lubuntu Artwork Team
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
@ -211,14 +211,14 @@ Rectangle {
anchors.right: parent.right
anchors.margins: 5
spacing: 5
Clock {
id: clock
color: "white"
timeFont.family: "Ubuntu"
timeFont.bold: true
timeFont.pixelSize: 28
dateFont.pixelSize: 12
dateFont.pixelSize: 12
}
ImageButton {
@ -238,7 +238,7 @@ Rectangle {
onClicked: sddm.powerOff()
KeyNavigation.backtab: btnReboot; KeyNavigation.tab: prevUser
}
}

Loading…
Cancel
Save