|
From: Enlightenment C. <no...@cv...> - 2006-09-02 15:06:19
|
Enlightenment CVS committal
Author : moom
Project : e17
Module : proto
Dir : e17/proto/etk/data/themes/default/widgets
Modified Files:
statusbar.edc
Log Message:
[Default Theme] fix a min_size_calc issue with the status bar
===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/statusbar.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- statusbar.edc 20 Dec 2005 18:25:27 -0000 1.6
+++ statusbar.edc 2 Sep 2006 15:06:16 -0000 1.7
@@ -75,7 +75,8 @@
text {
text: "Message";
font: "Vera";
- size: 10;
+ size: 10;
+ min: 1 1;
align: 0.0 0.5;
}
}
|