[haiku-commits] Re: haiku: hrev49056 - in src/preferences: notifications mouse keyboard appearance

  • From: Augustin Cavalier <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 19 Apr 2015 12:18:41 -0400

On Sun, Apr 19, 2015 at 12:15 PM, Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
wrote:

Am 19/04/2015 um 15:03 schrieb janus2@xxxxxxxxx:

- .SetInsets(inset, inset, inset, inset)
+ .SetInsets(B_USE_DEFAULT_SPACING, B_USE_DEFAULT_SPACING,
+ B_USE_DEFAULT_SPACING, B_USE_DEFAULT_SPACING)


BTW I'm pretty sure we've added a convenience version of that one, so that
a single spacing is sufficient, ie.:

.SetInsets(B_USE_DEFAULT_SPACING)


Indeed we did, that line is correct.

-Augustin

Other related posts: