Skip to main content
summaryrefslogtreecommitdiffstats
blob: fa08c68cfb90934f8a754b859ebd5f6b0a709aae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
	Do not edit this file it is generated by e(fx)clipse from ../src/org/eclipse/fx/testcases/fxgraph/CalendarIcon.fxgraph
-->

<?import java.lang.*?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.VBox?>

<VBox xmlns:fx="http://javafx.com/fxml" style="-fx-background-color: green" spacing="2" minWidth="24" maxWidth="24" minHeight="28" maxHeight="28" alignment="center">

	<Label fx:id="labelMonth" style="-fx-text-fill: white;
	                    -fx-font-size: 8;
	                    -fx-font-weight: bold;" minHeight="10" maxHeight="10" alignment="center" translateY="-1"/> 
	<Label fx:id="labelDay" minHeight="15" maxHeight="15" prefWidth="20" style="-fx-background-color: white;
	                    -fx-font-size: 11;
	                    -fx-font-weight: bold;" alignment="center" translateY="-2"/> 
</VBox>

Back to the top