mouseEnabled=false and text still blocking buttons

What gives… Can I shrink the textfield down to the width of the text without squeezing it?

        public function Notification(Message:String) {
            notificationText.text = Message;
            notificationText.mouseEnabled = false;
}
        }