Add support for vertical alignment of text on buttons

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Withdrawn
    • Priority: P4
    • 8
    • Affects Version/s: None
    • Component/s: javafx

      If I add a stylesheet containing

      .button {
      -fx-font: 42px "Myriad Pro Bold";
      -fx-alignment: center;
      vertical-align: middle;
      }

      The text on my button is not centered vertically. According to the CSS reference guide there is no fx specific property for this.

      My present workaround is to add a padding of
      -fx-padding: 12 12 0 12;

            Assignee:
            Kinsley Wong (Inactive)
            Reporter:
            Randahl Isaksen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: