← Back to team overview

lightdm-gtk-greeter-team team mailing list archive

[Merge] lp:~ochosi/lightdm-gtk-greeter/fix-panel-adwaita into lp:lightdm-gtk-greeter

 

Simon Steinbeiß has proposed merging lp:~ochosi/lightdm-gtk-greeter/fix-panel-adwaita into lp:lightdm-gtk-greeter.

Requested reviews:
  Sean Davis (bluesabre)

For more details, see:
https://code.launchpad.net/~ochosi/lightdm-gtk-greeter/fix-panel-adwaita/+merge/340773

This is a very simple change that adds the osd (overlay screen display) class to the greeter's panel, making it look as it should in Adwaita.

Note that the semi-transparency could lead to readability issues on certain backgrounds, but these things are up to the themes anyway...
-- 
Your team LightDM Gtk+ Greeter Development Team is subscribed to branch lp:lightdm-gtk-greeter.
=== modified file 'src/lightdm-gtk-greeter.glade'
--- src/lightdm-gtk-greeter.glade	2015-06-29 15:11:04 +0000
+++ src/lightdm-gtk-greeter.glade	2018-03-05 23:40:11 +0000
@@ -178,6 +178,7 @@
     </child>
     <style>
       <class name="background"/>
+      <class name="osd"/>
     </style>
   </object>
   <object class="GtkEventBox" id="power_window">


Follow ups