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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 8u40
    • Affects Version/s: 8u5
    • Component/s: javafx
    • None

      .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 */
      }

            Assignee:
            David Grieve
            Reporter:
            Tom Schindl
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: