Skip to content

Commit

Permalink
Fix horizontal position of size Label
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianEgbert committed Jun 2, 2021
1 parent 44e7025 commit 9ce020b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ extent: newExtent

self updateFontColorPicker.
self updateLabels.
self updateFontSizeSlider

self updateFontSizeSlider
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ updateFontColorPicker

self fontColorPicker position: (self width / 2) @ 0;
width: self width / 2;
height: self height.
height: self height
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ updateFontSizeSlider
width: self width / 6;
height: self height - (2 * self offset);
right: self sliderLabel left - self offset;
top: self offset

top: self offset
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"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",
"sliderLabel:" : "cg 7/5/2020 12:13",
"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" } }

0 comments on commit 9ce020b

Please sign in to comment.