Skip to content

Commit

Permalink
Adapt default scroll bar thickness to display scale factor.
Browse files Browse the repository at this point in the history
Widgets-mt.537
  • Loading branch information
marceltaeumel committed Feb 22, 2018
1 parent bf51ffa commit 6418a7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
scrollBarThickness

^ scrollBarThickness ifNil: [scrollBarThickness := 9]
^ scrollBarThickness ifNil: [scrollBarThickness := (9 * RealEstateAgent scaleFactor) rounded]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"outerBorderWidth" : "mt 3/29/2011 10:30:04.954",
"outerBorderWidth:" : "mt 3/29/2011 10:28:48.321",
"outerBounds" : "mt 3/29/2011 10:29:04.634",
"scrollBarThickness" : "mt 6/10/2011 11:38:32.374",
"scrollBarThickness" : "mt 2/22/2018 09:42",
"scrollBarThickness:" : "mt 4/8/2011 10:11:25.649",
"scrollToBottom" : "mt 4/18/2011 17:45:18.292",
"scrollToShow:" : "mt 10/18/2015 12:28:55",
Expand Down
2 changes: 1 addition & 1 deletion repository/Widgets.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit 6418a7e

Please sign in to comment.