Skip to content

Commit 619e73d

Browse files
committed
# Conflicts: # TextUtil.app/Contents/Resources/Base.lproj/TextUtil.json
2 parents 1d604a0 + 81f7648 commit 619e73d

1 file changed

Lines changed: 28 additions & 40 deletions

File tree

TextUtil.app/Contents/Resources/Base.lproj/TextUtil.json

Lines changed: 28 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@
66
"style": "balanced",
77
"frame": {
88
"minWidth": 800,
9-
"minHeight": 480
9+
"minHeight": 540
1010
},
1111
"padding": {
12-
"top": 16,
13-
"leading": 16,
14-
"bottom": 16,
15-
"trailing": 16
12+
"top": 4,
1613
}
1714
},
1815
"sidebar": {
@@ -143,7 +140,8 @@
143140
"minWidth": 420,
144141
"idealWidth": 460
145142
},
146-
"spacing": 16
143+
"spacing": 16,
144+
"padding": "default"
147145
},
148146
"children": [
149147
{
@@ -160,8 +158,6 @@
160158
"properties": {
161159
"frame": {
162160
"minWidth": 390,
163-
"idealWidth": 390,
164-
"maxWidth": 390,
165161
"minHeight": 200
166162
}
167163
},
@@ -176,7 +172,8 @@
176172
"foregroundStyle": "secondary",
177173
}
178174
}
179-
}
175+
},
176+
{ "type": "Divider", "properties": { "opacity": 0, "frame": { "height": 0 } } }
180177
]
181178
},
182179
{
@@ -193,16 +190,10 @@
193190
"properties": {
194191
"spacing": 14,
195192
"alignment": "leading",
196-
"padding": {
197-
"top": 12,
198-
"leading": 12,
199-
"bottom": 20,
200-
"trailing": 12
201-
},
193+
"padding": "default",
202194
"frame": {
203195
"minWidth": 390,
204-
"idealWidth": 390,
205-
"maxWidth": 390
196+
"idealWidth": 390
206197
}
207198
},
208199
"children": [
@@ -238,37 +229,34 @@
238229
"properties": {
239230
"title": "Don't copy metadata (author, subject, etc.)"
240231
}
241-
}
232+
},
233+
{ "type": "Divider", "properties": { "opacity": 0, "frame": { "height": 0 } } }
242234
]
243235
}
244236
]
245-
},
246-
{
247-
"type": "Spacer",
248237
},
249238
{
250-
"type": "HStack",
251-
"properties": {
252-
"spacing": 16
253-
},
254-
"children": [
255-
{
256-
"type": "Spacer"
239+
"type": "Spacer",
257240
},
258241
{
259-
"type": "Button",
242+
"type": "HStack",
260243
"properties": {
261-
"title": "Convert",
262-
"padding": {
263-
"bottom": 8,
264-
"trailing": 8
265-
},
266-
"buttonStyle": "borderedProminent",
267-
"actionID": "textutil.start.batch"
268-
}
269-
}
270-
]
271-
}
244+
"spacing": 16
245+
},
246+
"children": [
247+
{
248+
"type": "Spacer"
249+
},
250+
{
251+
"type": "Button",
252+
"properties": {
253+
"title": "Batch Convert",
254+
"buttonStyle": "borderedProminent",
255+
"actionID": "textutil.start.batch"
256+
}
257+
}
258+
]
259+
}
272260
]
273261
}
274262
}

0 commit comments

Comments
 (0)