diff options
author | Horst3180 | 2016-05-15 12:10:09 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-15 12:10:09 +0200 |
commit | c59e323f2a18d750faf7086e58587d31522a8b38 (patch) | |
tree | 9917f7e1e03b0d0287e1961efd529df19f5197a5 | |
parent | 2afe04636050cc06ed48843c1ee2b852034a092e (diff) | |
download | solarc-theme-c59e323f2a18d750faf7086e58587d31522a8b38.tar.gz solarc-theme-c59e323f2a18d750faf7086e58587d31522a8b38.tar.xz solarc-theme-c59e323f2a18d750faf7086e58587d31522a8b38.zip |
xfce: fix top menu applet (#155)
-rw-r--r-- | common/gtk-2.0/panel.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-2.0/panel.rc b/common/gtk-2.0/panel.rc index 212c704..b2c2352 100644 --- a/common/gtk-2.0/panel.rc +++ b/common/gtk-2.0/panel.rc @@ -159,6 +159,7 @@ widget_class "*Notif*Brasero*" style "theme-panel" widget "*Xfce*Panel*" style "theme-panel" class "*Xfce*Panel*" style "theme-panel" widget "*WnckPager*" style "workspace-switcher" +widget "*TopMenu*" style "theme-panel" # Fix gtk-entries in the panel widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin |