discomfitor pushed a commit to branch master. http://git.enlightenment.org/themes/darkness.git/commit/?id=6078299b8d6560a167bb95cc3aa8c2fd821c8930
commit 6078299b8d6560a167bb95cc3aa8c2fd821c8930 Author: discomfitor <michael.blumenkra...@gmail.com> Date: Sun Dec 29 19:14:22 2013 -0500 remove stupid lines from scrollbars --- elm/darkness-desktop.edc | 52 ---------------------------------------------- elm/images/sb_runnerh.png | Bin 160 -> 0 bytes elm/images/sb_runnerv.png | Bin 166 -> 0 bytes 3 files changed, 52 deletions(-) diff --git a/elm/darkness-desktop.edc b/elm/darkness-desktop.edc index 2772876..f88258e 100644 --- a/elm/darkness-desktop.edc +++ b/elm/darkness-desktop.edc @@ -8,8 +8,6 @@ externals.external: "elm"; image: "scrollbar_hdrag1.png" COMP; \ image: "scrollbar_vdrag_thumb.png" COMP; \ image: "scrollbar_hdrag_thumb.png" COMP; \ - image: "sb_runnerh.png" COMP; \ - image: "sb_runnerv.png" COMP; \ image: "scrollbar_button_up1.png" COMP; \ image: "scrollbar_button_down1.png" COMP; \ image: "scrollbar_button_right1.png" COMP; \ @@ -66,31 +64,6 @@ externals.external: "elm"; } \ } \ } \ - part { name: "sb_vbar_runner"; \ - mouse_events: 0; \ - clip_to: "sb_vbar_clip"; \ - description { state: "default" 0.0; \ - min: 3 0; \ - max: 3 99999; \ - fixed: 1 1; \ - align: 1.0 0.5; \ - rel1 { \ - to: "sb_vbar"; \ - relative: 0.5 0.0; \ - offset: 0 2; \ - } \ - rel2 { \ - to: "sb_vbar"; \ - relative: 0.5 1.0; \ - offset: 0 -2; \ - } \ - image { \ - normal: "sb_runnerv.png"; \ - border: 0 0 4 4; \ - } \ - fill.smooth: 0; \ - } \ - } \ part { name: "sb_vbar_p1"; \ type: RECT; \ mouse_events: 1; \ @@ -277,31 +250,6 @@ externals.external: "elm"; } \ } \ } \ - part { name: "sb_hbar_runner"; \ - mouse_events: 0; \ - clip_to: "sb_hbar_clip"; \ - description { state: "default" 0.0; \ - min: 0 3; \ - max: 99999 3; \ - fixed: 1 1; \ - align: 0.5 0.5; \ - rel1 { \ - to: "sb_hbar"; \ - relative: 0.0 0.5; \ - offset: 2 0; \ - } \ - rel2 { \ - to: "sb_hbar"; \ - relative: 1.0 0.5; \ - offset: -2 0; \ - } \ - image { \ - normal: "sb_runnerh.png"; \ - border: 4 4 0 0; \ - } \ - fill.smooth: 0; \ - } \ - } \ part { name: "elm.dragable.hbar"; \ type: RECT; \ mouse_events: 1; \ diff --git a/elm/images/sb_runnerh.png b/elm/images/sb_runnerh.png deleted file mode 100644 index a483ce8..0000000 Binary files a/elm/images/sb_runnerh.png and /dev/null differ diff --git a/elm/images/sb_runnerv.png b/elm/images/sb_runnerv.png deleted file mode 100644 index cb2da6f..0000000 Binary files a/elm/images/sb_runnerv.png and /dev/null differ --