Enlightenment CVS committal
Author : handyande
Project : e17
Module : proto
Dir : e17/proto/etk/src/bin
Modified Files:
etk_progress_bar_test.c
Log Message:
Update values on progressbar test to make 'Loading...' bar smoother
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_progress_bar_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- etk_progress_bar_test.c 21 Jan 2006 10:53:47 -0000 1.2
+++ etk_progress_bar_test.c 21 Jan 2006 11:08:04 -0000 1.3
@@ -50,12 +50,12 @@
etk_box_pack_start(ETK_BOX(vbox), pbar, ETK_TRUE, ETK_TRUE, 0);
pbar2 = etk_progress_bar_new_with_text(_("Loading..."));
- etk_progress_bar_pulse_step_set(ETK_PROGRESS_BAR(pbar2), 0.05);
- etk_box_pack_start(ETK_BOX(vbox), pbar2, ETK_TRUE, ETK_TRUE, 0);
+ etk_progress_bar_pulse_step_set(ETK_PROGRESS_BAR(pbar2), 0.015);
+ etk_box_pack_start(ETK_BOX(vbox), pbar2, ETK_TRUE, ETK_TRUE, 0);
etk_window_title_set(ETK_WINDOW(win), _("Etk Progress Bar Test"));
etk_widget_show_all(win);
ecore_timer_add(0.05, _etk_test_progress_bar_update, pbar);
- ecore_timer_add(0.05, _etk_test_progress_bar_update2, pbar2);
+ ecore_timer_add(0.025, _etk_test_progress_bar_update2, pbar2);
}
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs