diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-04 17:55:03 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-04 17:55:03 +0300 |
commit | 74b16bfc753d4ae000ae4f58c39be7896e79e94c (patch) | |
tree | d98d34841631aa19682739f3e28cf93630f517ed /Kogaion-daylight/gtk-2.0/apps | |
parent | 51ecfd945a920fde801072759ebd2e6036a0b500 (diff) |
panel fixing stage 1, also code cleanup
Diffstat (limited to 'Kogaion-daylight/gtk-2.0/apps')
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/apps/panel.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kogaion-daylight/gtk-2.0/apps/panel.rc b/Kogaion-daylight/gtk-2.0/apps/panel.rc index 34a6e19..2435e17 100755 --- a/Kogaion-daylight/gtk-2.0/apps/panel.rc +++ b/Kogaion-daylight/gtk-2.0/apps/panel.rc @@ -92,7 +92,7 @@ widget_class "*Notif*Brasero*" style "theme-panel" # XFCE panel theming. widget "*Xfce*Panel*" style "theme-panel" class "*Xfce*Panel*" style "theme-panel" -widget "*WnckPager*" style "workspace-switcher" +widget "*WnckPager*" style "workspace-switcher" # Fix gtk-entries in the panel #class "GtkEntry" style "test" |