[OS-JIRA] Created: (CAY-426) Label truncation in DBEntityTab; change FormLayout column values

From: jira-norepl..bjectstyle.org
Date: Thu Jan 26 2006 - 12:40:37 EST

  • Next message: jira-norepl..bjectstyle.org: "[OS-JIRA] Created: (CAY-427) DataDomainView.java--label truncation (Container-Managed Transactions)"

    Message:

      A new issue has been created in JIRA.

    ---------------------------------------------------------------------
    View the issue:

      http://objectstyle.org/jira/secure/ViewIssue.jspa?key=CAY-426

    Here is an overview of the issue:
    ---------------------------------------------------------------------
            Key: CAY-426
        Summary: Label truncation in DBEntityTab; change FormLayout column values
           Type: Improvement

         Status: Assigned
       Priority: Major

        Project: Cayenne
       Versions:
                 1.2 [DEV]

       Assignee: Andrus Adamchik
       Reporter: Paul Furbacher

        Created: Thu, 26 Jan 2006 12:40 PM
        Updated: Thu, 26 Jan 2006 12:40 PM

    Description:

    The label "PK Generation Strategy:" gets truncated with the
    current column setting of "right:70dlu".

    See line 191 of org.objectstyle.cayenne.modeler.editor.dbentity.DBEntityTab:

      FormLayout layout =
        new FormLayout("right:70dlu, 3dlu, fill:200dlu", "");

    To avoid truncation, it should read

      FormLayout layout =
        new FormLayout("right:max(70dlu;pref), 3dlu, fill:200dlu", "");

    ---------------------------------------------------------------------
    JIRA INFORMATION:
    This message is automatically generated by JIRA.

    If you think it was sent incorrectly contact one of the administrators:
       http://objectstyle.org/jira/secure/Administrators.jspa

    If you want more information on JIRA, or have a bug to report see:
       http://www.atlassian.com/software/jira



    This archive was generated by hypermail 2.0.0 : Thu Jan 26 2006 - 12:40:38 EST