diff options
author | Jonathan Bauer | 2019-05-16 10:50:24 +0200 |
---|---|---|
committer | Jonathan Bauer | 2019-05-16 10:50:24 +0200 |
commit | 340c3c47af2563e15cbb7dd255654ab47d21e66e (patch) | |
tree | 5ed066c5532ec7025aa5b3f511edd93f32ff4cf2 /resources | |
parent | Improve graphics rendering (diff) | |
download | slxgreeter-340c3c47af2563e15cbb7dd255654ab47d21e66e.tar.gz slxgreeter-340c3c47af2563e15cbb7dd255654ab47d21e66e.tar.xz slxgreeter-340c3c47af2563e15cbb7dd255654ab47d21e66e.zip |
support for guest session
* guest sessions are not supported by default
* enabled through configuration option
'guest-session-enabled=[true|false]'
* button and label texts can be overwritten through configuration
options (see code)
* transformed the form UI into stacked widget with welcome, login and
guest session pages
Diffstat (limited to 'resources')
-rw-r--r-- | resources/backIcon.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/backIcon.svg b/resources/backIcon.svg new file mode 100644 index 0000000..cbd2be9 --- /dev/null +++ b/resources/backIcon.svg @@ -0,0 +1 @@ +<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon points="352,128.4 319.7,96 160,256 160,256 160,256 319.7,416 352,383.6 224.7,256 "/></svg>
\ No newline at end of file |