Skip to content

Commit 9f9a7d6

Browse files
committed
мелкиа правка
1 parent 4c18896 commit 9f9a7d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/ss/editor/ui/control/model/property/DefaultModelPropertyControl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import java.util.function.Function;
66

7+
import javafx.geometry.Pos;
78
import javafx.scene.control.Label;
89
import javafx.scene.layout.HBox;
910
import rlib.ui.util.FXUtils;
@@ -55,6 +56,7 @@ protected void createComponents(final HBox container) {
5556
super.createComponents(container);
5657

5758
propertyValueLabel = new Label();
59+
propertyValueLabel.setAlignment(Pos.CENTER);
5860

5961
FXUtils.addClassTo(propertyValueLabel, CSSClasses.MAIN_FONT_13);
6062
FXUtils.addToPane(propertyValueLabel, container);

0 commit comments

Comments
 (0)