Skip to content

Commit 771949a

Browse files
committed
finished styling dialogs.
1 parent 7fe1bb1 commit 771949a

6 files changed

Lines changed: 74 additions & 137 deletions

File tree

168 Bytes
Binary file not shown.

resources/ui/css/custom_classes.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,4 +1116,22 @@
11161116
-fx-min-height: 500px;
11171117
-fx-min-width: 500px;
11181118
-fx-border-color: -var-border-color;
1119-
}
1119+
}
1120+
1121+
/*******************************************************************************
1122+
* *
1123+
* Create Terrain Dialog *
1124+
* *
1125+
******************************************************************************/
1126+
1127+
.create-terrain-dialog {
1128+
1129+
}
1130+
1131+
.create-terrain-dialog > .vbox {
1132+
-fx-spacing: 2px;
1133+
}
1134+
1135+
.create-terrain-dialog > .vbox > .grid-pane {
1136+
-fx-vgap: 2px;
1137+
}

resources/ui/css/custom_ids.bss

-1.76 KB
Binary file not shown.

resources/ui/css/custom_ids.css

Lines changed: 0 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -122,96 +122,4 @@
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

Comments
 (0)