diff --git a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/extent..st b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/extent..st index f85c6e1e..a31b46b9 100644 --- a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/extent..st +++ b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/extent..st @@ -7,5 +7,4 @@ extent: newExtent self updateFontColorPicker. self updateLabels. - self updateFontSizeSlider - \ No newline at end of file + self updateFontSizeSlider \ No newline at end of file diff --git a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/initializeLabelsWith..st b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/initializeLabelsWith..st index fd10d2a4..f056077d 100644 --- a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/initializeLabelsWith..st +++ b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/initializeLabelsWith..st @@ -1,7 +1,9 @@ initialize initializeLabelsWith: aClassLabel - self sliderLabel: TextMorph new lock. + self sliderLabel: (TextMorph new lock; + contents: '0'; + yourself). self classLabel: (TextMorph new lock; contents: aClassLabel; yourself) \ No newline at end of file diff --git a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/updateFontColorPicker.st b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/updateFontColorPicker.st index 07580e7f..da9b1d63 100644 --- a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/updateFontColorPicker.st +++ b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/updateFontColorPicker.st @@ -3,4 +3,4 @@ updateFontColorPicker self fontColorPicker position: (self width / 2) @ 0; width: self width / 2; - height: self height. \ No newline at end of file + height: self height \ No newline at end of file diff --git a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/updateFontSizeSlider.st b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/updateFontSizeSlider.st index 8c47b34d..e0b12287 100644 --- a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/updateFontSizeSlider.st +++ b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/instance/updateFontSizeSlider.st @@ -5,5 +5,4 @@ updateFontSizeSlider width: self width / 6; height: self height - (2 * self offset); right: self sliderLabel left - self offset; - top: self offset - \ No newline at end of file + top: self offset \ No newline at end of file diff --git a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/methodProperties.json b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/methodProperties.json index 9a4636bd..e58b7a3a 100644 --- a/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/methodProperties.json +++ b/packages/MarkdownEditor-Core.package/MarkdownBlockStylerMorph.class/methodProperties.json @@ -9,14 +9,14 @@ "classCategory:" : "cg 7/5/2020 12:11", "classLabel" : "cg 7/5/2020 12:11", "classLabel:" : "cg 7/5/2020 12:12", - "extent:" : "jh 6/1/2021 19:49", + "extent:" : "JE 6/2/2021 13:43", "fontColorPicker" : "cg 7/5/2020 12:12", "fontColorPicker:" : "cg 7/5/2020 12:12", "fontSizeSlider" : "cg 7/5/2020 12:12", "fontSizeSlider:" : "cg 7/5/2020 12:13", "handleSliderChangeTo:" : "jh 6/1/2021 17:54", "initializeFontSizeSlider" : "jh 6/1/2021 12:19", - "initializeLabelsWith:" : "jh 6/1/2021 15:37", + "initializeLabelsWith:" : "JE 6/2/2021 13:41", "initializeWith:and:and:" : "jh 6/1/2021 19:50", "offset" : "jh 6/1/2021 16:33", "sliderLabel" : "cg 7/5/2020 12:13", @@ -24,6 +24,6 @@ "styleSettings" : "cg 7/5/2020 12:13", "styleSettings:" : "jh 5/18/2021 14:27", "update:" : "jh 6/1/2021 17:54", - "updateFontColorPicker" : "jh 6/1/2021 12:26", - "updateFontSizeSlider" : "jh 6/1/2021 16:42", + "updateFontColorPicker" : "JE 6/2/2021 13:43", + "updateFontSizeSlider" : "JE 6/2/2021 13:43", "updateLabels" : "jh 6/1/2021 21:45" } }