X-Git-Url: http://git.code-monkey.de/?p=multipass-eu.git;a=blobdiff_plain;f=src%2Fplaylist-background.rb;fp=src%2Fplaylist-background.rb;h=6226f64f259efdab9d5e4a2b32bcf54e42777c0f;hp=60c220e99499bd0ab4e474c5f0008b3436aafd89;hb=5053a38591244774799684a301e4b9faf4f6c7fc;hpb=6b36aa2d6f3a1eccc03921e8ee1977c42962db6e diff --git a/src/playlist-background.rb b/src/playlist-background.rb index 60c220e..6226f64 100644 --- a/src/playlist-background.rb +++ b/src/playlist-background.rb @@ -1,4 +1,4 @@ -# $Id: playlist-background.rb 15 2005-04-25 21:46:52Z tilman $ +# $Id: playlist-background.rb 16 2005-04-25 22:01:53Z tilman $ c = EDJE.collection("playlist") root = c.part("root") @@ -212,5 +212,8 @@ c.part("playlist.container", :swallow) do |p| p.description do |d| d.rel[0].set_to(c.part("playlist.background.middle")) d.rel[1].set_to(c.part("playlist.background.middle")) + + # leave some space for the scrollbar + d.rel[1].set_offset(-19, -1) end end