1414 -fx-font-size : 14px ;
1515}
1616
17- .special-font-15 {
18- -fx-font-family : "Ubuntu Condensed" ;
19- -fx-font-size : 15px ;
20- }
21-
2217.special-font-16 {
2318 -fx-font-family : "Ubuntu Condensed" ;
2419 -fx-font-size : 16 ;
2520}
2621
27- .special-font-22 {
28- -fx-font-family : "Ubuntu Condensed" ;
29- -fx-font-size : 22 ;
30- }
31-
3222/*******************************************************************************
3323 * *
3424 * Main Split Pane *
5141 -fx-background-color : -var-background-color;
5242}
5343
44+ .dialog-root > .grid-pane {
45+ -fx-alignment : center-left;
46+ -fx-vgap : 2 ;
47+ -fx-hgap : 2 ;
48+ }
49+
5450.dialog-actions-root {
5551 -fx-padding : 15px 15px 15px 15px ;
5652}
492488 -fx-max-width : -fx-min-width;
493489}
494490
491+ /*******************************************************************************
492+ * *
493+ * Choose Resource control *
494+ * *
495+ ******************************************************************************/
496+
497+ .choose-resource-control {
498+ -fx-padding : 0px 0px 0px 4px ;
499+ }
500+
501+ /*******************************************************************************
502+ * *
503+ * Node Selector Dialog *
504+ * *
505+ ******************************************************************************/
506+
507+ .node-selector-dialog {
508+
509+ }
510+
511+ .node-selector-dialog > .abstract-node-tree-container {
512+ -fx-min-height : 400px ;
513+ }
514+
495515/*******************************************************************************
496516 * *
497517 * Transparent List View *
659679 -fx-background-color : -var-background-color;
660680}
661681
682+ /*******************************************************************************
683+ * *
684+ * Confirm Dialog *
685+ * *
686+ ******************************************************************************/
687+
688+ .confirm-dialog {
689+ }
690+
691+ .confirm-dialog > .label {
692+ -fx-alignment : center;
693+ -fx-text-alignment : center;
694+ -fx-wrap-text : true;
695+ -fx-min-height : 60px ;
696+ -fx-font-size : 15px ;
697+ }
662698
663699/*******************************************************************************
664700 * *
770806}
771807
772808.abstract-param-control-influencer {
809+ -fx-padding : 4px 0px 0px 0px ;
773810 -fx-alignment : top-center;
774811 -fx-spacing : 4px ;
775812}
813850 -fx-max-width : -fx-min-width;
814851}
815852
853+ /*******************************************************************************
854+ * *
855+ * Physics Node List Control *
856+ * *
857+ ******************************************************************************/
858+
859+ .physics-node-list-control {
860+
861+ }
862+
863+ .physics-node-list-control > .vbox > .label {
864+ -fx-min-height : -var-default-label-height;
865+ }
866+
816867/*******************************************************************************
817868 * *
818869 * Scene App State List Component *
937988 -fx-max-width : -fx-min-width;
938989}
939990
940-
941991/*******************************************************************************
942992 * *
943993 * Medium Toggle Button *
9521002 -fx-pref-width : -fx-min-width;
9531003 -fx-max-width : -fx-min-width;
9541004}
1005+
1006+ /*******************************************************************************
1007+ * *
1008+ * Create Sky Dialog *
1009+ * *
1010+ ******************************************************************************/
1011+
1012+ .create-sky-dialog {
1013+
1014+ }
1015+
1016+ .create-sky-dialog > .vbox {
1017+ -fx-spacing : 2px ;
1018+ }
1019+
1020+ .create-sky-dialog > .vbox > .grid-pane {
1021+ -fx-vgap : 2px ;
1022+ -fx-hgap : 2px ;
1023+ }
1024+
1025+ .create-sky-dialog > .vbox > .grid-pane > .hbox {
1026+ -fx-spacing : 2px ;
1027+ }
1028+
1029+ /*******************************************************************************
1030+ * *
1031+ * About Dialog *
1032+ * *
1033+ ******************************************************************************/
1034+
1035+ .about-dialog {
1036+ }
1037+
1038+ .about-dialog > .grid-pane {
1039+ -fx-hgap : 2px ;
1040+ -fx-vgap : 2px ;
1041+ }
1042+
1043+ .about-dialog-title-label {
1044+ -fx-font-size : 22px ;
1045+ }
1046+
1047+ .about-dialog-long-label {
1048+ -fx-alignment : center;
1049+ -fx-text-alignment : center;
1050+ }
1051+
1052+ /*******************************************************************************
1053+ * *
1054+ * File Creator Dialog *
1055+ * *
1056+ ******************************************************************************/
1057+
1058+ .file-creator-dialog {
1059+ }
1060+
1061+ .file-creator-dialog > .hbox {
1062+ -fx-alignment : center-left;
1063+ }
1064+
1065+ .file-creator-dialog > .hbox > .grid-pane {
1066+ -fx-alignment : top-left;
1067+ -fx-vgap : 2 ;
1068+ -fx-hgap : 2 ;
1069+ }
1070+
1071+ /*******************************************************************************
1072+ * *
1073+ * Generate LoD Dialog *
1074+ * *
1075+ ******************************************************************************/
1076+
1077+ .generate-lod-dialog {
1078+ -fx-alignment : center;
1079+ -fx-spacing : 2px ;
1080+ }
1081+
1082+ .generate-lod-dialog > .hbox {
1083+ -fx-alignment : center;
1084+ -fx-padding : 4px 0px 0px 0px ;
1085+ }
1086+
1087+ .generate-lod-dialog > .hbox > .button {
1088+ -fx-min-height : -var-default-toolbar-button-size;
1089+ -fx-pref-height : -fx-min-height;
1090+ -fx-max-height : -fx-min-height;
1091+ -fx-min-width : -var-default-toolbar-button-size;
1092+ -fx-pref-width : -fx-min-width;
1093+ -fx-max-width : -fx-min-width;
1094+ }
1095+
1096+ /*******************************************************************************
1097+ * *
1098+ * Asset Editor Dialog *
1099+ * *
1100+ ******************************************************************************/
1101+
1102+ .asset-editor-dialog {
1103+ }
1104+
1105+ .asset-editor-dialog > .hbox {
1106+ -fx-alignment : center-left;
1107+ -fx-spacing : 10px ;
1108+ }
1109+
1110+ .asset-editor-dialog > .hbox > .tree-view {
1111+ -fx-min-height : 500px ;
1112+ -fx-max-width : 598px ;
1113+ }
1114+
1115+ .asset-editor-dialog-preview-container {
1116+ -fx-min-height : 500px ;
1117+ -fx-min-width : 500px ;
1118+ -fx-border-color : -var-border-color;
1119+ }
0 commit comments