|
23 | 23 | <children> |
24 | 24 | <VBox spacing="10.0"> |
25 | 25 | <children> |
26 | | - <VBox styleClass="menuBorder"> |
| 26 | + <VBox prefHeight="185.0" prefWidth="257.0" styleClass="menuBorder"> |
27 | 27 | <children> |
28 | 28 | <Group> |
29 | 29 | <children> |
30 | 30 | <VBox> |
31 | 31 | <children> |
32 | 32 | <Label text="Default"> |
33 | 33 | <font> |
34 | | - <Font name="System Bold" size="12.0" /> |
| 34 | + <Font name="Open Sans Bold" size="12.0" /> |
35 | 35 | </font> |
36 | 36 | </Label> |
37 | 37 | <HBox spacing="10.0"> |
38 | 38 | <children> |
39 | | - <Label alignment="TOP_LEFT" contentDisplay="TOP" prefWidth="100.0" text="Background" /> |
| 39 | + <Label alignment="TOP_LEFT" contentDisplay="TOP" prefWidth="100.0" text="Background"> |
| 40 | + <font> |
| 41 | + <Font name="Open Sans Regular" size="12.0" /> |
| 42 | + </font></Label> |
40 | 43 | <ColorPicker fx:id="defaultBackgroundColor" /> |
41 | | - <Button fx:id="resetDefaultBackgroundButton" mnemonicParsing="false" text="Reset" /> |
| 44 | + <Button fx:id="resetDefaultBackgroundButton" mnemonicParsing="false" text="Reset"> |
| 45 | + <font> |
| 46 | + <Font name="Open Sans Regular" size="12.0" /> |
| 47 | + </font></Button> |
42 | 48 | </children> |
43 | 49 | </HBox> |
44 | 50 | <HBox spacing="10.0"> |
45 | 51 | <children> |
46 | | - <Label alignment="TOP_LEFT" contentDisplay="TOP" prefWidth="100.0" text="Font" /> |
| 52 | + <Label alignment="TOP_LEFT" contentDisplay="TOP" prefWidth="100.0" text="Font"> |
| 53 | + <font> |
| 54 | + <Font name="Open Sans Regular" size="12.0" /> |
| 55 | + </font></Label> |
47 | 56 | <ColorPicker fx:id="defaultFontColor" /> |
48 | | - <Button fx:id="resetDefaultFontButton" mnemonicParsing="false" text="Reset" /> |
| 57 | + <Button fx:id="resetDefaultFontButton" mnemonicParsing="false" text="Reset"> |
| 58 | + <font> |
| 59 | + <Font name="Open Sans Regular" size="12.0" /> |
| 60 | + </font></Button> |
49 | 61 | </children> |
50 | 62 | </HBox> |
51 | 63 | </children> |
|
58 | 70 | <children> |
59 | 71 | <Label text="Hover"> |
60 | 72 | <font> |
61 | | - <Font name="System Bold" size="12.0" /> |
| 73 | + <Font name="Open Sans Bold" size="12.0" /> |
62 | 74 | </font> |
63 | 75 | </Label> |
64 | 76 | <HBox spacing="10.0"> |
65 | 77 | <children> |
66 | | - <Label alignment="TOP_LEFT" contentDisplay="TOP" prefHeight="17.0" prefWidth="100.0" text="Background" /> |
| 78 | + <Label alignment="TOP_LEFT" contentDisplay="TOP" prefHeight="17.0" prefWidth="100.0" text="Background"> |
| 79 | + <font> |
| 80 | + <Font name="Open Sans Regular" size="12.0" /> |
| 81 | + </font></Label> |
67 | 82 | <ColorPicker fx:id="hoverBackgroundColor" /> |
68 | | - <Button fx:id="resetHoverBackgroundButton" mnemonicParsing="false" text="Reset" /> |
| 83 | + <Button fx:id="resetHoverBackgroundButton" mnemonicParsing="false" text="Reset"> |
| 84 | + <font> |
| 85 | + <Font name="Open Sans Regular" size="12.0" /> |
| 86 | + </font></Button> |
69 | 87 | </children> |
70 | 88 | </HBox> |
71 | 89 | <HBox spacing="10.0"> |
72 | 90 | <children> |
73 | | - <Label alignment="TOP_LEFT" contentDisplay="TOP" prefWidth="100.0" text="Font" /> |
| 91 | + <Label alignment="TOP_LEFT" contentDisplay="TOP" prefWidth="100.0" text="Font"> |
| 92 | + <font> |
| 93 | + <Font name="Open Sans Regular" size="12.0" /> |
| 94 | + </font></Label> |
74 | 95 | <ColorPicker fx:id="hoverFontColor" /> |
75 | | - <Button fx:id="resetHoverFontButton" mnemonicParsing="false" text="Reset" /> |
| 96 | + <Button fx:id="resetHoverFontButton" mnemonicParsing="false" text="Reset"> |
| 97 | + <font> |
| 98 | + <Font name="Open Sans Regular" size="12.0" /> |
| 99 | + </font></Button> |
76 | 100 | </children> |
77 | 101 | </HBox> |
78 | 102 | </children> |
|
85 | 109 | <children> |
86 | 110 | <Label text="Taskbar"> |
87 | 111 | <font> |
88 | | - <Font name="System Bold" size="12.0" /> |
| 112 | + <Font name="Open Sans Bold" size="12.0" /> |
89 | 113 | </font> |
90 | 114 | </Label> |
91 | 115 | <HBox spacing="10.0"> |
92 | 116 | <children> |
93 | | - <Label alignment="TOP_LEFT" contentDisplay="TOP" prefWidth="100.0" text="Font" /> |
| 117 | + <Label alignment="TOP_LEFT" contentDisplay="TOP" prefWidth="100.0" text="Font"> |
| 118 | + <font> |
| 119 | + <Font name="Open Sans Regular" size="12.0" /> |
| 120 | + </font></Label> |
94 | 121 | <ColorPicker fx:id="taskBarColor" /> |
95 | | - <Button fx:id="resetTaskBarFontButton" mnemonicParsing="false" text="Reset" /> |
| 122 | + <Button fx:id="resetTaskBarFontButton" mnemonicParsing="false" text="Reset"> |
| 123 | + <font> |
| 124 | + <Font name="Open Sans Regular" size="12.0" /> |
| 125 | + </font></Button> |
96 | 126 | </children> |
97 | 127 | </HBox> |
98 | 128 | </children> |
|
111 | 141 | <children> |
112 | 142 | <Label text="Layout"> |
113 | 143 | <font> |
114 | | - <Font name="System Bold" size="12.0" /> |
| 144 | + <Font name="Open Sans Bold" size="12.0" /> |
115 | 145 | </font> |
116 | 146 | </Label> |
117 | 147 | </children> |
118 | 148 | </HBox> |
119 | 149 | <HBox spacing="10.0"> |
120 | 150 | <children> |
121 | | - <CheckBox fx:id="displayProjectsRightCheckBox" mnemonicParsing="false" text="Display projects on the right" /> |
| 151 | + <CheckBox fx:id="displayProjectsRightCheckBox" mnemonicParsing="false" text="Display projects on the right"> |
| 152 | + <font> |
| 153 | + <Font name="Open Sans Regular" size="12.0" /> |
| 154 | + </font></CheckBox> |
122 | 155 | </children> |
123 | 156 | </HBox> |
124 | 157 | <HBox layoutX="10.0" layoutY="27.0" spacing="10.0"> |
125 | 158 | <children> |
126 | | - <CheckBox fx:id="hideProjectsOnMouseExitCheckBox" mnemonicParsing="false" text="Hide projects on mouse leave" /> |
| 159 | + <CheckBox fx:id="hideProjectsOnMouseExitCheckBox" mnemonicParsing="false" text="Hide projects on mouse leave"> |
| 160 | + <font> |
| 161 | + <Font name="Open Sans Regular" size="12.0" /> |
| 162 | + </font></CheckBox> |
127 | 163 | </children> |
128 | 164 | </HBox> |
129 | 165 | </children> |
|
142 | 178 | <children> |
143 | 179 | <Label fx:id="hotkeyLabel" text="Hotkey"> |
144 | 180 | <font> |
145 | | - <Font name="System Bold" size="12.0" /> |
| 181 | + <Font name="Open Sans Bold" size="12.0" /> |
146 | 182 | </font> |
147 | 183 | </Label> |
148 | | - <Label fx:id="globalKeyloggerLabel" alignment="TOP_LEFT" contentDisplay="TOP" disable="true" prefWidth="100.0" text="(global keylogger!)" /> |
| 184 | + <Label fx:id="globalKeyloggerLabel" alignment="TOP_LEFT" contentDisplay="TOP" disable="true" prefHeight="17.0" prefWidth="106.0" text="(global keylogger!)"> |
| 185 | + <font> |
| 186 | + <Font name="Open Sans Regular" size="12.0" /> |
| 187 | + </font></Label> |
149 | 188 | </children> |
150 | 189 | </HBox> |
151 | 190 | <HBox spacing="10.0"> |
152 | 191 | <children> |
153 | | - <CheckBox fx:id="useHotkeyCheckBox" mnemonicParsing="false" text="Use Hotkey (Strg+Win)" /> |
| 192 | + <CheckBox fx:id="useHotkeyCheckBox" mnemonicParsing="false" text="Use Hotkey (Strg+Win)"> |
| 193 | + <font> |
| 194 | + <Font name="Open Sans Regular" size="12.0" /> |
| 195 | + </font></CheckBox> |
154 | 196 | </children> |
155 | 197 | </HBox> |
156 | 198 | </children> |
|
161 | 203 | </VBox> |
162 | 204 | <HBox spacing="10.0"> |
163 | 205 | <children> |
164 | | - <Button fx:id="saveButton" mnemonicParsing="false" text="Save" /> |
165 | | - <Button fx:id="cancelButton" layoutX="10.0" layoutY="10.0" mnemonicParsing="false" text="Cancel" /> |
166 | | - <Button fx:id="parseConfigButton" mnemonicParsing="false" text="parse config.xml" /> |
| 206 | + <Button fx:id="saveButton" mnemonicParsing="false" text="Save"> |
| 207 | + <font> |
| 208 | + <Font name="Open Sans Regular" size="12.0" /> |
| 209 | + </font></Button> |
| 210 | + <Button fx:id="cancelButton" layoutX="10.0" layoutY="10.0" mnemonicParsing="false" text="Cancel"> |
| 211 | + <font> |
| 212 | + <Font name="Open Sans Regular" size="12.0" /> |
| 213 | + </font></Button> |
| 214 | + <Button fx:id="parseConfigButton" mnemonicParsing="false" text="parse config.xml"> |
| 215 | + <font> |
| 216 | + <Font name="Open Sans Regular" size="12.0" /> |
| 217 | + </font></Button> |
167 | 218 | </children> |
168 | 219 | </HBox> |
169 | 220 | </children> |
|
173 | 224 | <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" /> |
174 | 225 | </padding> |
175 | 226 | </VBox> |
176 | | - <Label fx:id="versionLabel" alignment="CENTER_RIGHT" disable="true" layoutX="260.0" layoutY="330.0" prefHeight="17.0" prefWidth="52.0" text="v1.0.0" /> |
| 227 | + <Label fx:id="versionLabel" alignment="CENTER_RIGHT" disable="true" layoutX="260.0" layoutY="330.0" prefHeight="17.0" prefWidth="52.0" text="v1.0.0"> |
| 228 | + <font> |
| 229 | + <Font name="Open Sans Regular" size="12.0" /> |
| 230 | + </font></Label> |
177 | 231 | </children> |
178 | 232 | </AnchorPane> |
0 commit comments