Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Make sure clippy doesn't scale when <object> or <embed> is resized
Browse files Browse the repository at this point in the history
  • Loading branch information
kneath committed Dec 23, 2009
1 parent 74f3f39 commit 835d87c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Clippy.hx
Expand Up @@ -15,6 +15,9 @@ class Clippy {
if(copied == null){ copied = "copied!";};
if(copyto == null){ copyto = "copy to clipboard";};

flash.Lib.current.stage.scaleMode = flash.display.StageScaleMode.NO_SCALE;
flash.Lib.current.stage.align = flash.display.StageAlign.TOP_LEFT;

// label

var label:TextField = new TextField();
Expand Down

0 comments on commit 835d87c

Please sign in to comment.