Zuletzt aktiv 8 months ago

melanie hat die Gist bearbeitet 8 months ago. Zu Änderung gehen

Keine Änderungen

melanie hat die Gist bearbeitet 11 months ago. Zu Änderung gehen

Keine Änderungen

melanie hat die Gist bearbeitet 11 months ago. Zu Änderung gehen

1 file changed, 151 insertions

kzone-layout.json(Datei erstellt)

@@ -0,0 +1,151 @@
1 + [
2 + {
3 + "name": "Melanie Grid Pro",
4 + "padding": 0,
5 + "zones": [
6 + {
7 + "x": 0,
8 + "y": 0,
9 + "height": 100,
10 + "width": 25
11 + },
12 + {
13 + "x": 25,
14 + "y": 0,
15 + "height": 100,
16 + "width": 60
17 + },
18 + {
19 + "x": 85,
20 + "y": 0,
21 + "height": 100,
22 + "width": 15
23 + },
24 + {
25 + "x": 0,
26 + "y": 0,
27 + "height": 50,
28 + "width": 25
29 + },
30 + {
31 + "x": 0,
32 + "y": 50,
33 + "height": 50,
34 + "width": 25
35 + },
36 + {
37 + "x": 85,
38 + "y": 0,
39 + "height": 50,
40 + "width": 15
41 + },
42 + {
43 + "x": 85,
44 + "y": 50,
45 + "height": 50,
46 + "width": 15
47 + }
48 + ]
49 + },
50 + {
51 + "name": "Melanie x5 Grid",
52 + "padding": 0,
53 + "zones": [
54 + {
55 + "x": 0,
56 + "y": 0,
57 + "height": 100,
58 + "width": 22
59 + },
60 + {
61 + "x": 22,
62 + "y": 0,
63 + "height": 100,
64 + "width": 56
65 + },
66 + {
67 + "x": 78,
68 + "y": 0,
69 + "height": 100,
70 + "width": 22
71 + },
72 + {
73 + "x": 0,
74 + "y": 0,
75 + "height": 50,
76 + "width": 22
77 + },
78 + {
79 + "x": 0,
80 + "y": 50,
81 + "height": 50,
82 + "width": 22
83 + },
84 + {
85 + "x": 78,
86 + "y": 0,
87 + "height": 50,
88 + "width": 22
89 + },
90 + {
91 + "x": 78,
92 + "y": 50,
93 + "height": 50,
94 + "width": 22
95 + }
96 + ]
97 + },
98 + {
99 + "name": "Priority Grid",
100 + "padding": 0,
101 + "zones": [
102 + {
103 + "x": 0,
104 + "y": 0,
105 + "height": 100,
106 + "width": 25
107 + },
108 + {
109 + "x": 25,
110 + "y": 0,
111 + "height": 100,
112 + "width": 50
113 + },
114 + {
115 + "x": 75,
116 + "y": 0,
117 + "height": 100,
118 + "width": 25
119 + }
120 + ]
121 + },
122 + {
123 + "name": "Quadrant Grid",
124 + "zones": [
125 + {
126 + "x": 0,
127 + "y": 0,
128 + "height": 50,
129 + "width": 50
130 + },
131 + {
132 + "x": 0,
133 + "y": 50,
134 + "height": 50,
135 + "width": 50
136 + },
137 + {
138 + "x": 50,
139 + "y": 50,
140 + "height": 50,
141 + "width": 50
142 + },
143 + {
144 + "x": 50,
145 + "y": 0,
146 + "height": 50,
147 + "width": 50
148 + }
149 + ]
150 + }
151 + ]
Neuer Älter