Skip to content

Commit

Permalink
JMetro: implement size fixes for controls (#63 and #64) for Titled Pa…
Browse files Browse the repository at this point in the history
…ne and Accordion
  • Loading branch information
dukke committed May 7, 2019
1 parent de2e1e1 commit 23f8368
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@
-fx-fill: text_color;

-fx-font-family: "Segoe UI";
-fx-font-size: 1.166667em; /* 14 */
-fx-font-size: 1em; /* 12 */
}

/* Title header area */
Expand Down Expand Up @@ -1937,6 +1937,8 @@

-fx-background-color: border_color, content_background_color;
-fx-background-insets: -1 0 0 0, 0 1 1 1;

-fx-padding: 0.166667em 0 0.166667em 0; /* 2 0 2 0 */
}

/* Disabled */
Expand Down

0 comments on commit 23f8368

Please sign in to comment.