diff options
author | Nicolas Salguero <nicolas.salguero@laposte.net> | 2019-03-14 15:37:42 +0100 |
---|---|---|
committer | Nicolas Salguero <nicolas.salguero@laposte.net> | 2019-03-14 15:37:42 +0100 |
commit | 23f9e583b32f879f78f52ddcc0851ed48b3c967f (patch) | |
tree | 361c39bf30b1b37d8989dc94ba2e2a22315a125d | |
parent | 4b693393f0ef0bd350a18b65698fb2bf5ca3d60d (diff) | |
download | theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.tar theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.tar.gz theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.tar.bz2 theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.tar.xz theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.zip |
- correct LXDM theme not applying correctly
-rw-r--r-- | gtkrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ style "bottom" } widget "lxdm" style "back" -widget "lxdm.*.time" style "time" +widget "*.time" style "time" widget "*.prompt" style "prompt" -widget "lxdm.*.bottom_pane" style "bottom" +widget "*.bottom_pane" style "bottom" widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom" |