diff options
author | corvid <devnull@localhost> | 2014-08-10 00:00:47 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-08-10 00:00:47 +0000 |
commit | c43632b2a5b26a96b84e7d7cd8c5f8ecffe4aa32 (patch) | |
tree | b5f1fce42eebbb7f574970f397719aaac8b5f027 /dw/bullet.cc | |
parent | 80e8bbb92e7425f4fec454348e0823039a07fac0 (diff) |
trim spaces
...now that floats and grows are in the repo and I won't be making
Sebastian's life difficult with a bunch of whitespace changes.
Diffstat (limited to 'dw/bullet.cc')
-rw-r--r-- | dw/bullet.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/bullet.cc b/dw/bullet.cc index 79b1c3ec..acaf81cc 100644 --- a/dw/bullet.cc +++ b/dw/bullet.cc @@ -44,7 +44,7 @@ void Bullet::sizeRequestImpl (core::Requisition *requisition) void Bullet::getExtremesImpl (core::Extremes *extremes) { - extremes->minWidth = extremes->maxWidth = + extremes->minWidth = extremes->maxWidth = lout::misc::max (getStyle()->font->xHeight * 4 / 5, 1); extremes->minWidthIntrinsic = extremes->minWidth; extremes->maxWidthIntrinsic = extremes->maxWidth; |