projects
/
euphoria.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c3a7b
)
Use freetype's auto hinter for the playlist window, too.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Mon, 24 Dec 2007 14:44:48 +0000
(15:44 +0100)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Mon, 24 Dec 2007 14:44:48 +0000
(15:44 +0100)
lib/playlist.rb
patch
|
blob
|
history
diff --git
a/lib/playlist.rb
b/lib/playlist.rb
index e695e972d36571777cf4e7e662e621bc7e819616..b8b6406019d0c034b350d7b63bd1f988b425ca7e 100644
(file)
--- a/
lib/playlist.rb
+++ b/
lib/playlist.rb
@@
-159,6
+159,7
@@
class Playlist < Array
@ee = Ecore::Evas::SoftwareX11.new
@ee.title = "Euphoria Playlist"
@ee.borderless = true
+ @ee.evas.font_hinting = Evas::Evas::AUTO
@ee.on_pre_render { Edje::thaw }
@ee.on_post_render { Edje::freeze }