This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug AWT/16005] New: GridBagLayout resizes components incorrectly when weigthy value is set


If a container with GridBagLayout contains a component with a very small height,
(i.e height = 5) and weigthy value is set, then components aren't resized
correctly. It seems that they are all resized to size 5 in this case.

-- 
           Summary: GridBagLayout resizes components incorrectly when
                    weigthy value is set
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rodimina at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16005


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]