~tux-style/eflxx/eflxx_examples

« back to all changes in this revision

Viewing changes to src/elementaryxx/full/test_bg.cpp

  • Committer: seoz
  • Date: 2011-04-13 13:25:55 UTC
  • Revision ID: svn-v4:7cbeb6ba-43b4-40fd-8cce-4c39aea84d33:trunk/BINDINGS/cxx/eflxx_examples:58633
BINDINGS/cxx elementaryxx: Removed trailing whitespaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
  bg->setMinHintSize (size160x160);
45
45
  bg->setMaxHintSize (size640x640);
46
 
  
 
46
 
47
47
  win->resize (Size (size320x320));
48
48
  win->show ();
49
49
}