diff options
author | corvid <devnull@localhost> | 2014-12-21 21:07:41 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-21 21:07:41 +0000 |
commit | 5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (patch) | |
tree | 6088a7ad2b4a9a682f266908357a84a2a06679c7 /dw/image.cc | |
parent | 79d3db9a8d5d1cc4e89954aefd2194f61aac45d9 (diff) |
trim some spaces
Diffstat (limited to 'dw/image.cc')
-rw-r--r-- | dw/image.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/image.cc b/dw/image.cc index 20460f33..d6c2ea9d 100644 --- a/dw/image.cc +++ b/dw/image.cc @@ -213,10 +213,10 @@ void Image::sizeRequestImpl (core::Requisition *requisition) // dimensions limited to 2^15?) bool widthSpecified = getStyle()->width != core::style::LENGTH_AUTO || - getStyle()->minWidth != core::style::LENGTH_AUTO || + getStyle()->minWidth != core::style::LENGTH_AUTO || getStyle()->maxWidth != core::style::LENGTH_AUTO; bool heightSpecified = getStyle()->height != core::style::LENGTH_AUTO || - getStyle()->minHeight != core::style::LENGTH_AUTO || + getStyle()->minHeight != core::style::LENGTH_AUTO || getStyle()->maxHeight != core::style::LENGTH_AUTO; if (!widthSpecified && heightSpecified) |