Skip to content

Commit b645e21

Browse files
committed
"UFOs" and white space
1 parent 2cb25dc commit b645e21

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

Batch.roboFontExt/lib/batch.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -85,30 +85,30 @@ class BatchController(ezui.WindowController):
8585
def build(self, sources=[]):
8686
content = f"""
8787
88-
#= ScrollingVerticalStack
89-
|---| @sources
90-
> (+-) @sourcesAddRemoveButton
91-
> ( Add Open UFO's ) @sourcesAddOpenUFOsButton
92-
93-
* HorizontalStack
94-
> * Box @desktopFontsBox
95-
>> !§ Desktop Fonts:
96-
{ buildFormatCheckBoxes(self.desktopFontsFormats, "desktopFont", ">>") }
97-
98-
> * Box @webFontsBox
99-
>> !§ Web Fonts:
100-
{ buildFormatCheckBoxes(self.webFontsFormats, "webFont", ">>") }
101-
102-
> * Box @variableFontsBox
103-
>> !§ Variable Fonts:
104-
{ buildFormatCheckBoxes(self.variableFontsFormats, "variableFont", ">>") }
105-
106-
=---=
107-
108-
(?) @help
109-
(*) @settings
110-
( Generate ) @generate
111-
"""
88+
#= ScrollingVerticalStack
89+
|---| @sources
90+
> (+-) @sourcesAddRemoveButton
91+
> ( Add Open UFOs ) @sourcesAddOpenUFOsButton
92+
93+
* HorizontalStack
94+
> * Box @desktopFontsBox
95+
>> !§ Desktop Fonts:
96+
{ buildFormatCheckBoxes(self.desktopFontsFormats, "desktopFont", ">>") }
97+
98+
> * Box @webFontsBox
99+
>> !§ Web Fonts:
100+
{ buildFormatCheckBoxes(self.webFontsFormats, "webFont", ">>") }
101+
102+
> * Box @variableFontsBox
103+
>> !§ Variable Fonts:
104+
{ buildFormatCheckBoxes(self.variableFontsFormats, "variableFont", ">>") }
105+
106+
=---=
107+
108+
(?) @help
109+
(*) @settings
110+
( Generate ) @generate
111+
"""
112112
descriptionData = dict(
113113
sources=dict(
114114
columnDescriptions=[dict(identifier="source", title="Sources", cellClassArguments=dict(truncationMode="head"))],

0 commit comments

Comments
 (0)