| Issue 345: | Rotate application 180deg | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Create a way to rotate application 180deg to enable users to use the application from the other side of the table. The manual way to do this is by creating a MTScatterPlane, rotate it 180deg, resize it to the size of the window, and use it as the root widget. See http://paste.pocoo.org/show/275746/ and the attachment. It would be better if we can do the similar thing by changing a variable in the window object or in configuration file.
Oct 25, 2010
Project Member
#1
txprog
Status:
Done
Oct 26, 2010
thanks! |