mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
javafx: completion/import inside object property element
(cherry picked from commit 730836594f9e5594af0fcf42f5168d27e33c1970)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
|
||||
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
|
||||
<padding>
|
||||
<<caret>
|
||||
</padding>
|
||||
</GridPane>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
|
||||
<?import javafx.geometry.Insets?>
|
||||
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
|
||||
<padding>
|
||||
<Insets
|
||||
</padding>
|
||||
</GridPane>
|
||||
Reference in New Issue
Block a user