comparison themes/default/Angle.cfg @ 0:c10bc63824e7

Initial commit!
author zzzzrrr <mason.green@gmail.com>
date Fri, 20 Mar 2009 06:41:25 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c10bc63824e7
1 widget Angle {
2 layout = Layered;
3 size = 40 40;
4 shape = Rectangle;
5
6 [hexpand hfill vexpand vfill] new GLViewport glView;
7 glView = sub(glView);
8
9 radians = false;
10 filled = true;
11 angleWidth = 2;
12 limitWidth = 1;
13 }