-
Notifications
You must be signed in to change notification settings - Fork 6
/
SmartThumbnailSize.cmd.dop
36 lines (36 loc) · 1.13 KB
/
SmartThumbnailSize.cmd.dop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<toolbar version="12.23">
<wallpaper enabled="yes" inheritable="yes" type="tile">
<std_type>toolbar</std_type>
</wallpaper>
<buttons backcol="none" display="label" textcol="none" type="menu">
<button backcol="none" display="label" textcol="none">
<label>32px</label>
<icon1>#thumbnailsize</icon1>
<function type="normal">
<instruction>SmartThumbnailSize SIZE=32</instruction>
</function>
</button>
<button backcol="none" display="label" textcol="none">
<label>64px</label>
<icon1>#newcommand</icon1>
<function type="normal">
<instruction>SmartThumbnailSize SIZE=64</instruction>
</function>
</button>
<button backcol="none" display="label" textcol="none">
<label>128px</label>
<icon1>#newcommand</icon1>
<function type="normal">
<instruction>SmartThumbnailSize SIZE=128</instruction>
</function>
</button>
<button backcol="none" display="label" textcol="none">
<label>256px</label>
<icon1>#newcommand</icon1>
<function type="normal">
<instruction>SmartThumbnailSize SIZE=256</instruction>
</function>
</button>
</buttons>
</toolbar>