Fix whitespace and bump the copyright date for the artwork team.
This commit is contained in:
parent
bcfc86174c
commit
edf4bd4482
10
debian/changelog
vendored
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
|
lubuntu-artwork (1.6) cosmic; urgency=medium
|
||||||
|
|
||||||
* Use the new ubuntu-theme virtual SDDM theme, and remove the Conflicts on
|
* 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) 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
|
* Permission is hereby granted, free of charge, to any person
|
||||||
* obtaining a copy of this software and associated documentation
|
* obtaining a copy of this software and associated documentation
|
||||||
@ -211,14 +211,14 @@ Rectangle {
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.margins: 5
|
anchors.margins: 5
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
Clock {
|
Clock {
|
||||||
id: clock
|
id: clock
|
||||||
color: "white"
|
color: "white"
|
||||||
timeFont.family: "Ubuntu"
|
timeFont.family: "Ubuntu"
|
||||||
timeFont.bold: true
|
timeFont.bold: true
|
||||||
timeFont.pixelSize: 28
|
timeFont.pixelSize: 28
|
||||||
dateFont.pixelSize: 12
|
dateFont.pixelSize: 12
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageButton {
|
ImageButton {
|
||||||
@ -238,7 +238,7 @@ Rectangle {
|
|||||||
onClicked: sddm.powerOff()
|
onClicked: sddm.powerOff()
|
||||||
KeyNavigation.backtab: btnReboot; KeyNavigation.tab: prevUser
|
KeyNavigation.backtab: btnReboot; KeyNavigation.tab: prevUser
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user