diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-05-05 12:35:55 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-05-05 12:35:55 +0100 |
commit | 622ee09cc2d3da62ad946ae761c5a74920baf22b (patch) | |
tree | afea0eab6e24df10187e649f22aa84ecb8558dde /data/elementary/themes | |
parent | e199e6e05552180e124f19d6172075fbb2bf6971 (diff) |
TH shelf - scale better
Diffstat (limited to 'data/elementary/themes')
-rw-r--r-- | data/elementary/themes/edc/shelf.edc | 63 |
1 files changed, 19 insertions, 44 deletions
diff --git a/data/elementary/themes/edc/shelf.edc b/data/elementary/themes/edc/shelf.edc index a8a422f32f..a51ca7e97e 100644 --- a/data/elementary/themes/edc/shelf.edc +++ b/data/elementary/themes/edc/shelf.edc | |||
@@ -24,13 +24,16 @@ group { name: "e/shelf/default/base"; nomouse; | |||
24 | } | 24 | } |
25 | } | 25 | } |
26 | spacer { "sizer"; | 26 | spacer { "sizer"; |
27 | scale: 1; | ||
27 | description { state: "default" 0.0; | 28 | description { state: "default" 0.0; |
28 | rel1.offset: 4 0; | 29 | rel1.offset: 4 0; |
29 | rel2.offset: -5 -1; | 30 | rel2.offset: -5 -1; |
31 | offscale; | ||
30 | } | 32 | } |
31 | description { state: "vert" 0.0; | 33 | description { state: "vert" 0.0; |
32 | rel1.offset: 0 4; | 34 | rel1.offset: 0 4; |
33 | rel2.offset: -1 -5; | 35 | rel2.offset: -1 -5; |
36 | offscale; | ||
34 | } | 37 | } |
35 | } | 38 | } |
36 | part { name: "e.swallow.content"; type: SWALLOW; mouse; | 39 | part { name: "e.swallow.content"; type: SWALLOW; mouse; |
@@ -86,25 +89,31 @@ group { name: "e/shelf/default/inset"; nomouse; | |||
86 | } | 89 | } |
87 | } | 90 | } |
88 | part { name: "clip"; type: RECT; | 91 | part { name: "clip"; type: RECT; |
92 | scale: 1; | ||
89 | description { state: "default" 0.0; | 93 | description { state: "default" 0.0; |
90 | rel1.offset: 3 0; | 94 | rel1.offset: 3 0; |
91 | rel2.offset: -4 -1; | 95 | rel2.offset: -4 -1; |
92 | color: 255 255 255 255; | 96 | color: 255 255 255 255; |
97 | offscale; | ||
93 | } | 98 | } |
94 | description { state: "vert" 0.0; | 99 | description { state: "vert" 0.0; |
95 | rel1.offset: 0 3; | 100 | rel1.offset: 0 3; |
96 | rel2.offset: -1 -4; | 101 | rel2.offset: -1 -4; |
97 | color: 255 255 255 255; | 102 | color: 255 255 255 255; |
103 | offscale; | ||
98 | } | 104 | } |
99 | } | 105 | } |
100 | spacer { "sizer"; | 106 | spacer { "sizer"; |
107 | scale: 1; | ||
101 | description { state: "default" 0.0; | 108 | description { state: "default" 0.0; |
102 | rel1.offset: 3 0; | 109 | rel1.offset: 3 0; |
103 | rel2.offset: -4 -1; | 110 | rel2.offset: -4 -1; |
111 | offscale; | ||
104 | } | 112 | } |
105 | description { state: "vert" 0.0; | 113 | description { state: "vert" 0.0; |
106 | rel1.offset: 0 3; | 114 | rel1.offset: 0 3; |
107 | rel2.offset: -1 -4; | 115 | rel2.offset: -1 -4; |
116 | offscale; | ||
108 | } | 117 | } |
109 | } | 118 | } |
110 | part { name: "e.swallow.content"; type: SWALLOW; mouse; | 119 | part { name: "e.swallow.content"; type: SWALLOW; mouse; |
@@ -120,8 +129,7 @@ group { name: "e/shelf/default/inset"; nomouse; | |||
120 | } | 129 | } |
121 | part { name: "sh_horiz_clip"; type: RECT; | 130 | part { name: "sh_horiz_clip"; type: RECT; |
122 | description { state: "default" 0.0; | 131 | description { state: "default" 0.0; |
123 | rel1.to: "clip"; | 132 | rel.to: "clip"; |
124 | rel2.to: "clip"; | ||
125 | visible: 1; | 133 | visible: 1; |
126 | } | 134 | } |
127 | description { state: "vert" 0.0; | 135 | description { state: "vert" 0.0; |
@@ -131,9 +139,9 @@ group { name: "e/shelf/default/inset"; nomouse; | |||
131 | } | 139 | } |
132 | part { name: "sh_l"; nomouse; | 140 | part { name: "sh_l"; nomouse; |
133 | clip_to: "sh_horiz_clip"; | 141 | clip_to: "sh_horiz_clip"; |
142 | scale: 1; | ||
134 | description { state: "default" 0.0; | 143 | description { state: "default" 0.0; |
135 | rel1.to: "clip"; | 144 | rel.to: "clip"; |
136 | rel2.to: "clip"; | ||
137 | rel2.relative: 0.0 1.0; | 145 | rel2.relative: 0.0 1.0; |
138 | image.normal: "shadow_circle_vert.png"; | 146 | image.normal: "shadow_circle_vert.png"; |
139 | min: 0 0; | 147 | min: 0 0; |
@@ -147,9 +155,9 @@ group { name: "e/shelf/default/inset"; nomouse; | |||
147 | } | 155 | } |
148 | part { name: "sh_r"; nomouse; | 156 | part { name: "sh_r"; nomouse; |
149 | clip_to: "sh_horiz_clip"; | 157 | clip_to: "sh_horiz_clip"; |
158 | scale: 1; | ||
150 | description { state: "default" 0.0; | 159 | description { state: "default" 0.0; |
151 | rel1.to: "clip"; | 160 | rel.to: "clip"; |
152 | rel2.to: "clip"; | ||
153 | rel1.relative: 1.0 0.0; | 161 | rel1.relative: 1.0 0.0; |
154 | image.normal: "shadow_circle_vert.png"; | 162 | image.normal: "shadow_circle_vert.png"; |
155 | min: 0 0; | 163 | min: 0 0; |
@@ -163,8 +171,7 @@ group { name: "e/shelf/default/inset"; nomouse; | |||
163 | } | 171 | } |
164 | part { name: "sh_vert_clip"; type: RECT; | 172 | part { name: "sh_vert_clip"; type: RECT; |
165 | description { state: "default" 0.0; | 173 | description { state: "default" 0.0; |
166 | rel1.to: "clip"; | 174 | rel.to: "clip"; |
167 | rel2.to: "clip"; | ||
168 | visible: 0; | 175 | visible: 0; |
169 | } | 176 | } |
170 | description { state: "vert" 0.0; | 177 | description { state: "vert" 0.0; |
@@ -174,9 +181,9 @@ group { name: "e/shelf/default/inset"; nomouse; | |||
174 | } | 181 | } |
175 | part { name: "sh_t"; nomouse; | 182 | part { name: "sh_t"; nomouse; |
176 | clip_to: "sh_vert_clip"; | 183 | clip_to: "sh_vert_clip"; |
184 | scale: 1; | ||
177 | description { state: "default" 0.0; | 185 | description { state: "default" 0.0; |
178 | rel1.to: "clip"; | 186 | rel.to: "clip"; |
179 | rel2.to: "clip"; | ||
180 | rel2.relative: 1.0 0.0; | 187 | rel2.relative: 1.0 0.0; |
181 | image.normal: "shadow_circle_horiz.png"; | 188 | image.normal: "shadow_circle_horiz.png"; |
182 | min: 0 0; | 189 | min: 0 0; |
@@ -190,9 +197,9 @@ group { name: "e/shelf/default/inset"; nomouse; | |||
190 | } | 197 | } |
191 | part { name: "sh_b"; nomouse; | 198 | part { name: "sh_b"; nomouse; |
192 | clip_to: "sh_vert_clip"; | 199 | clip_to: "sh_vert_clip"; |
200 | scale: 1; | ||
193 | description { state: "default" 0.0; | 201 | description { state: "default" 0.0; |
194 | rel1.to: "clip"; | 202 | rel.to: "clip"; |
195 | rel2.to: "clip"; | ||
196 | rel1.relative: 0.0 1.0; | 203 | rel1.relative: 0.0 1.0; |
197 | image.normal: "shadow_circle_horiz.png"; | 204 | image.normal: "shadow_circle_horiz.png"; |
198 | min: 0 0; | 205 | min: 0 0; |
@@ -324,38 +331,6 @@ group { name: "e/shelf/invisible/base"; nomouse; | |||
324 | visible: 0; | 331 | visible: 0; |
325 | } | 332 | } |
326 | } | 333 | } |
327 | part { name: "dots_start"; | ||
328 | description { state: "default" 0.0; | ||
329 | rel1.offset: 0 0; | ||
330 | rel2.offset: -1 -1; | ||
331 | min: 0 0; | ||
332 | max: 0 0; | ||
333 | visible: 0; | ||
334 | } | ||
335 | description { state: "vert" 0.0; | ||
336 | rel1.offset: 0 0; | ||
337 | rel2.offset: -1 -1; | ||
338 | min: 0 0; | ||
339 | max: 0 0; | ||
340 | visible: 0; | ||
341 | } | ||
342 | } | ||
343 | part { name: "dots_end"; | ||
344 | description { state: "default" 0.0; | ||
345 | rel1.offset: 0 0; | ||
346 | rel2.offset: -1 -1; | ||
347 | min: 0 0; | ||
348 | max: 0 0; | ||
349 | visible: 0; | ||
350 | } | ||
351 | description { state: "vert" 0.0; | ||
352 | rel1.offset: 0 0; | ||
353 | rel2.offset: -1 -1; | ||
354 | min: 0 0; | ||
355 | max: 0 0; | ||
356 | visible: 0; | ||
357 | } | ||
358 | } | ||
359 | } | 334 | } |
360 | } | 335 | } |
361 | 336 | ||