@@ -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