[squeak-dev] The Inbox: PreferenceBrowser-ct.102.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Mon Jan 6 13:58:39 UTC 2020


Before:

[cid:70efdcb0-bbeb-46b0-9d09-43f2fa56a5f0]


After:

[cid:a1dedb9c-c822-4a65-bc50-c13aa724e097]


Best,
Christoph
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Montag, 6. Januar 2020 14:57:28
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: PreferenceBrowser-ct.102.mcz

Christoph Thiede uploaded a new version of PreferenceBrowser to project The Inbox:
http://source.squeak.org/inbox/PreferenceBrowser-ct.102.mcz

==================== Summary ====================

Name: PreferenceBrowser-ct.102
Author: ct
Time: 6 January 2020, 2:57:26.826782 pm
UUID: 2e5ffc46-54e7-1e4d-acce-426c986308ed
Ancestors: PreferenceBrowser-mt.98

Really minor UI improvements of PB button row

=============== Diff against PreferenceBrowser-mt.98 ===============

Item was changed:
  ----- Method: PreferenceBrowserMorph>>basicButton (in category 'submorphs - buttons') -----
  basicButton

         ^ PluggableButtonMorph new
                 model: self model;
                 offColor: self paneColor;
                 hResizing: #spaceFill;
+                vResizing: #spaceFill;
                 layoutInset: 4;
                 yourself!

Item was changed:
  ----- Method: PreferenceBrowserMorph>>buttonRowLayoutFrame (in category 'submorphs - buttons') -----
  buttonRowLayoutFrame
+        ^LayoutFrame
+                fractions: (0 @ 0 corner: 1 @ 0)
+                offsets: (0 @ 0 corner: 0 @ (TextStyle defaultFont height * 2))!
-        ^LayoutFrame fractions: (0 at 0 corner: 1 at 0) offsets: (0 at 0 corner: 0@ (TextStyle defaultFont height * 2.5))!

Item was changed:
  ----- Method: PreferenceBrowserMorph>>newSeparator (in category 'submorphs - buttons') -----
  newSeparator
         ^BorderedMorph new
                 borderWidth: 2;
                 borderColor: Color transparent;
+                color: (self basicButton borderColor alpha: 0.8);
-                color: self paneColor;
                 hResizing: #rigid;
                 width: 5;
                 vResizing: #spaceFill;
                 yourself!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200106/18425432/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 21745 bytes
Desc: pastedImage.png
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200106/18425432/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 14145 bytes
Desc: pastedImage.png
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200106/18425432/attachment-0001.png>


More information about the Squeak-dev mailing list