Merge branch 'bugfix/git-https' into experimental
[tails-test.git] / config / chroot_local-patches / xpluna_remove_panel_handles.patch
bloba76da25252d83f286be36f4b7d1dbced2a14df08
1 --- chroot.orig/usr/share/themes/XPLuna/gtk-2.0/panel.rc 2011-12-09 13:22:07.262967642 +0000
2 +++ chroot/usr/share/themes/XPLuna/gtk-2.0/panel.rc 2011-12-09 13:18:42.919889100 +0000
3 @@ -213,3 +213,32 @@
5 widget_class "*Panel*GtkToggleButton" style "panelbuttons"
6 widget "*.tasklist-button" style "panelbuttons"
8 +#############################################################
9 +#REMOVE UGLY HANDLES FROM THE PANEL
10 +#############################################################
12 +style "handle"
14 +engine "pixmap"
15 + {
16 + image
17 + {
18 + function = HANDLE
19 + file = ""
20 + border = { 0, 0, 0, 0 }
21 + stretch = TRUE
22 + orientation = VERTICAL
23 + }
24 + image
25 + {
26 + function = HANDLE
27 + file = ""
28 + border = { 0, 0, 0, 0 }
29 + stretch = TRUE
30 + orientation = HORIZONTAL
31 + }
32 + }
35 +class "PanelAppletFrame" style "handle"