Closed Bug 298355 Opened 20 years ago Closed 20 years ago

need to make views shrinkable

Categories

(Calendar :: Lightning Only, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Lightning 0.1

People

(Reporter: shaver, Assigned: vlad)

References

Details

Attachments

(1 file)

XUL sucks, and then you die.
Attached patch calendar-shrink.patch — — Splinter Review
patch.	it's ugly visually, but at least it shrinks.
Attachment #186949 - Flags: first-review?(shaver)
Comment on attachment 186949 [details] [diff] [review]
calendar-shrink.patch

>+          if (self.mLastSize > size) {
>+            self.pixelsPerMinute = 0.01;
>+            self.mLastSize = size;
>+            if (!self.mTimeoutScheduled)
>+              setTimeout(self.onResize, 0, self);
>+            return;
>+          } else {
>+            self.mLastSize = size;
>+          }

else-after-return, pls remove.

r=shaver
Attachment #186949 - Flags: first-review?(shaver) → first-review+
fixored
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → Lightning 0.8
QA Contact: shaver → lightning
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: