Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8093550

-fx-spacing used wrong in .menubar in modena.css

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P5
    • 8u40
    • 8u5
    • javafx
    • None

    Description

      .menu-bar {
          -fx-padding: 0.0em 0.666667em 0.0em 0.666667em; /* 0 8 0 8 */
          -fx-spacing: 0.166667em; /* 2 */
      ...

      but menu-bar does not have any -fx-spacing property the correct way would be to use

      .menu-bar .container {
         -fx-spacing: 0.166667em; /* 2 */
      }

      Attachments

        Activity

          People

            dgrieve David Grieve
            tschindl Tom Schindl
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: