122122 -fx-padding : 5px ;
123123 -fx-vgap : 3px ;
124124 -fx-hgap : 3px ;
125- }
126-
127- # ParticlesAssetEditorDialogSettingsContainer {
128- -fx-alignment : center-left;
129- -fx-min-height : 600 ;
130- -fx-pref-height : -fx-min-height;
131- -fx-max-height : -fx-min-height;
132- -fx-min-width : 600 ;
133- -fx-pref-width : -fx-min-width;
134- -fx-max-width : -fx-min-width;
135- -fx-hgap : 3px ;
136- -fx-vgap : 4px ;
137- }
138-
139- # ParticlesAssetEditorDialogPreviewContainer {
140- -fx-border-color : -fx-color-0;
141- -fx-border-width : 1 ;
142- -fx-min-height : 540 ;
143- -fx-pref-height : -fx-min-height;
144- -fx-max-height : -fx-min-height;
145- -fx-min-width : 600 ;
146- -fx-pref-width : -fx-min-width;
147- -fx-max-width : -fx-min-width;
148- }
149-
150- # ParticlesAssetEditorDialogLabel {
151- -fx-alignment : center-right;
152- -fx-text-alignment : right;
153- -fx-min-height : 20 ;
154- -fx-pref-height : -fx-min-height;
155- -fx-max-height : -fx-min-height;
156- -fx-min-width : 240 ;
157- -fx-pref-width : -fx-min-width;
158- -fx-max-width : -fx-min-width;
159- }
160-
161- # ParticlesAssetEditorDialogControl {
162- -fx-min-height : 26 ;
163- -fx-pref-height : -fx-min-height;
164- -fx-max-height : -fx-min-height;
165- -fx-min-width : 356 ;
166- -fx-pref-width : -fx-min-width;
167- -fx-max-width : -fx-min-width;
168- }
169-
170- # ImageChannelPreview {
171- -fx-background-color : -var-background-color;
172- -fx-effect : -fx-shadow-panel;
173- -fx-padding : 8 ;
174- -fx-hgap : 4 ;
175- -fx-vgap : 4 ;
176- }
177-
178- # ImageChannelPreviewImageContainer {
179- -fx-alignment : center;
180- -fx-min-width : 122 ;
181- -fx-pref-width : -fx-min-width;
182- -fx-max-width : -fx-min-width;
183- -fx-min-height : 122 ;
184- -fx-pref-height : -fx-min-height;
185- -fx-max-height : -fx-min-height;
186- -fx-border-color : -fx-color-panel-50;
187- -fx-border-width : 1 ;
188- -fx-fit-to-height : 122 ;
189- -fx-fit-to-width : 122 ;
190- }
191-
192- # JmePreviewManagerImageView {
193- }
194-
195- # GenerateLoDDialogListView {
196- -fx-min-height : 160px ;
197- -fx-pref-height : -fx-min-height;
198- -fx-max-height : -fx-min-height;
199- }
200-
201- # GenerateLoDDialogListViewCell {
202- -fx-min-height : 30px ;
203- -fx-pref-height : -fx-min-height;
204- -fx-max-height : -fx-min-height;
205- }
206-
207- # AbstractParamControlNumberLabel {
208- -fx-min-height : 24 ;
209- -fx-pref-height : -fx-min-height;
210- -fx-max-height : -fx-min-height;
211- -fx-padding : 0 2 0 2 ;
212- }
213-
214- # AbstractParamControlMultiValuesContainer {
215- -fx-alignment : center;
216- -fx-hgap : 2px ;
217125}
0 commit comments