diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-06 09:07:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-06 09:07:35 +0000 |
commit | 7d11a1d0bdfa4e6677ff3e92fb92b6fb5deabd4d (patch) | |
tree | 4230c9dd3dc1a12ffd12852eec11271e51b35ec2 /main/bsm-simple-themes/bsm-simple-panel.patch | |
parent | 4d07a0e655f6e006e06981fc7bd06c45f170422e (diff) | |
download | aports-7d11a1d0bdfa4e6677ff3e92fb92b6fb5deabd4d.tar.bz2 aports-7d11a1d0bdfa4e6677ff3e92fb92b6fb5deabd4d.tar.xz |
main/bsm-simple-themes: moved from testing
Diffstat (limited to 'main/bsm-simple-themes/bsm-simple-panel.patch')
-rw-r--r-- | main/bsm-simple-themes/bsm-simple-panel.patch | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/main/bsm-simple-themes/bsm-simple-panel.patch b/main/bsm-simple-themes/bsm-simple-panel.patch new file mode 100644 index 000000000..4376a119a --- /dev/null +++ b/main/bsm-simple-themes/bsm-simple-panel.patch @@ -0,0 +1,60 @@ +diff --git a/BSM Simple Dark Menu/gtk-2.0/panel.rc b/BSM Simple Dark Menu/gtk-2.0/panel.rc +index f0ab2bf..639754f 100755 +--- a/BSM Simple Dark Menu/gtk-2.0/panel.rc ++++ b/BSM Simple Dark Menu/gtk-2.0/panel.rc +@@ -27,8 +27,8 @@ style "theme-panel" + + style "theme-panel2" = "theme-panel" + { +-xthickness = 0 +-ythickness = 0 ++xthickness = 2 ++ythickness = 1 + engine "clearlooks"{ + radius = 1.1 + } +diff --git a/BSM Simple Dark Panel/gtk-2.0/panel.rc b/BSM Simple Dark Panel/gtk-2.0/panel.rc +index f5dac43..3c16d7a 100755 +--- a/BSM Simple Dark Panel/gtk-2.0/panel.rc ++++ b/BSM Simple Dark Panel/gtk-2.0/panel.rc +@@ -27,8 +27,8 @@ style "theme-panel" + + style "theme-panel2" = "theme-panel" + { +-xthickness = 0 +-ythickness = 0 ++xthickness = 2 ++ythickness = 1 + engine "clearlooks"{ + radius = 1.1 + } +diff --git a/BSM Simple Dark/gtk-2.0/panel.rc b/BSM Simple Dark/gtk-2.0/panel.rc +index 2f6298e..2cc579e 100755 +--- a/BSM Simple Dark/gtk-2.0/panel.rc ++++ b/BSM Simple Dark/gtk-2.0/panel.rc +@@ -22,8 +22,8 @@ style "theme-panel" + + style "theme-panel2" = "theme-panel" + { +-xthickness = 0 +-ythickness = 0 ++xthickness = 2 ++ythickness = 1 + engine "clearlooks"{ + radius = 1.1 + } +diff --git a/BSM Simple/gtk-2.0/panel.rc b/BSM Simple/gtk-2.0/panel.rc +index d2e51f3..72fbeaa 100755 +--- a/BSM Simple/gtk-2.0/panel.rc ++++ b/BSM Simple/gtk-2.0/panel.rc +@@ -14,8 +14,8 @@ style "theme-panel" + + style "theme-panel2" = "theme-panel" + { +-xthickness = 0 +-ythickness = 0 ++xthickness = 2 ++ythickness = 1 + engine "clearlooks"{ + radius = 1.1 + } |