|
楼主 |
发表于 2011-12-23 19:22:31
|
显示全部楼层
图片窗口要放在右上角就好了,放在左上角还是会挡视线啊,能改一下吗。不过比原先放在中间要好多了。
looti 发表于 2011-12-23 06:40 PM
其实在xml里我都加了注释了,想要调整位置很简单,按照下面参数定义修改红色WINDOW_POSITION值即可,你要的应该是6( top right)
修改完之后记得reinstall下插件
-- where to put the window
WINDOW_POSITION = 4 -- see below
--[[
Useful positions:
0 = stretch to output view size
1 = stretch with aspect ratio
2 = strech to owner size
3 = stretch with aspect ratio
4 = top left
5 = center left-right at top
6 = top right
7 = on right, center top-bottom
8 = on right, at bottom
9 = center left-right at bottom
10 = on left, at bottom
11 = on left, center top-bottom
12 = centre all
13 = tile
--]] |
|