You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by mg...@apache.org on 2017/01/05 22:09:31 UTC

[23/50] cayenne-modeler git commit: Removed Meta tab and prepared Relationships tab for new view.

Removed Meta tab and prepared Relationships tab for new view.


Project: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/commit/3514a99f
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/tree/3514a99f
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/diff/3514a99f

Branch: refs/heads/master
Commit: 3514a99fc821e4a20465f366659bbf43291345a4
Parents: c29adc7
Author: mrg <bl...@gmail.com>
Authored: Sun Oct 2 08:38:57 2016 -0400
Committer: mrg <bl...@gmail.com>
Committed: Sun Oct 2 08:38:57 2016 -0400

----------------------------------------------------------------------
 src/main/resources/layouts/ObjectEntityLayout.fxml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-modeler/blob/3514a99f/src/main/resources/layouts/ObjectEntityLayout.fxml
----------------------------------------------------------------------
diff --git a/src/main/resources/layouts/ObjectEntityLayout.fxml b/src/main/resources/layouts/ObjectEntityLayout.fxml
index a99616a..a8a5318 100644
--- a/src/main/resources/layouts/ObjectEntityLayout.fxml
+++ b/src/main/resources/layouts/ObjectEntityLayout.fxml
@@ -33,7 +33,7 @@
             <content>
               <AnchorPane fx:id="classTabAnchorPane" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
                      <children>
-                        <Label layoutX="364.0" layoutY="287.0" text="View is in Separate FXML" />
+                        <Label alignment="CENTER" text="View is in Separate FXML" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
                      </children>
                   </AnchorPane>
             </content>
@@ -42,17 +42,16 @@
             <content>
               <AnchorPane fx:id="attributesTabAnchorPane" minHeight="0.0" prefWidth="200.0">
                      <children>
-                        <Label layoutX="364.0" layoutY="287.0" text="View is in Separate FXML" />
+                        <Label alignment="CENTER" text="View is in Separate FXML" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
                      </children>
                   </AnchorPane>
             </content>
           </Tab>
             <Tab closable="false" text="Relationships">
               <content>
-                <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
+                <AnchorPane minHeight="0.0" prefWidth="200.0">
                      <children>
-                        <ChoiceBox layoutX="103.0" layoutY="119.0" prefWidth="150.0" />
-                        <ComboBox editable="true" layoutX="135.0" layoutY="216.0" prefWidth="150.0" promptText="type here" />
+                        <Label alignment="CENTER" text="View is in Separate FXML" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
                      </children>
                   </AnchorPane>
               </content>
@@ -65,11 +64,6 @@
                      </children></AnchorPane>
               </content>
             </Tab>
-            <Tab closable="false" text="Metadata">
-               <content>
-                  <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
-               </content>
-            </Tab>
         </tabs>
       </TabPane>
    </children>