Skip to content

Commit

Permalink
#178 fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
therter committed Nov 25, 2024
1 parent 13d33c3 commit fba57aa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,10 @@
<ResourceString bundle="de/cismet/cids/custom/objecteditors/wrrl_db_mv/Bundle.properties" key="QuerbauwerkePanOne.lblKartierdatum.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
</Property>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[250, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[250, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
</Properties>
<Constraints>
Expand Down Expand Up @@ -710,10 +710,10 @@
<ResourceString bundle="de/cismet/cids/custom/objecteditors/wrrl_db_mv/Bundle.properties" key="QuerbauwerkePanOne.lblLastEditor.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
</Property>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[250, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[250, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
</Properties>
<Constraints>
Expand All @@ -731,7 +731,7 @@
<Dimension value="[150, 17]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[150, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
</Properties>
<Constraints>
Expand Down Expand Up @@ -812,10 +812,10 @@
<ResourceString bundle="de/cismet/cids/custom/objecteditors/wrrl_db_mv/Bundle.properties" key="QuerbauwerkePanOne.lblFotoKey.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
</Property>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[250, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[250, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
</Properties>
<Constraints>
Expand Down Expand Up @@ -848,10 +848,10 @@
<ResourceString bundle="de/cismet/cids/custom/objecteditors/wrrl_db_mv/Bundle.properties" key="QuerbauwerkePanOne.lblFotoRichtungKey.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
</Property>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[150, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[150, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
</Properties>
<Constraints>
Expand Down Expand Up @@ -906,7 +906,7 @@
<Dimension value="[250, 17]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[250, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
</Properties>
<Constraints>
Expand Down Expand Up @@ -1074,10 +1074,10 @@
<ResourceString bundle="de/cismet/cids/custom/objecteditors/wrrl_db_mv/Bundle.properties" key="QuerbauwerkePanOne.lblTyp.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
</Property>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[150, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[150, 17]"/>
<Dimension value="[220, 17]"/>
</Property>
</Properties>
<Constraints>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,8 @@ private void initComponents() {
lblKartierdatum.setText(org.openide.util.NbBundle.getMessage(
QuerbauwerkePanOne.class,
"QuerbauwerkePanOne.lblKartierdatum.text")); // NOI18N
lblKartierdatum.setMinimumSize(new java.awt.Dimension(250, 17));
lblKartierdatum.setPreferredSize(new java.awt.Dimension(250, 17));
lblKartierdatum.setMinimumSize(new java.awt.Dimension(220, 17));
lblKartierdatum.setPreferredSize(new java.awt.Dimension(220, 17));
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 1;
Expand Down Expand Up @@ -789,8 +789,8 @@ private void initComponents() {
lblLastEditor.setText(org.openide.util.NbBundle.getMessage(
QuerbauwerkePanOne.class,
"QuerbauwerkePanOne.lblLastEditor.text")); // NOI18N
lblLastEditor.setMinimumSize(new java.awt.Dimension(250, 17));
lblLastEditor.setPreferredSize(new java.awt.Dimension(250, 17));
lblLastEditor.setMinimumSize(new java.awt.Dimension(220, 17));
lblLastEditor.setPreferredSize(new java.awt.Dimension(220, 17));
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 0;
Expand All @@ -802,7 +802,7 @@ private void initComponents() {
QuerbauwerkePanOne.class,
"QuerbauwerkePanOne.lblLastDate.text")); // NOI18N
lblLastDate.setMinimumSize(new java.awt.Dimension(150, 17));
lblLastDate.setPreferredSize(new java.awt.Dimension(150, 17));
lblLastDate.setPreferredSize(new java.awt.Dimension(220, 17));
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 1;
Expand Down Expand Up @@ -869,8 +869,8 @@ private void initComponents() {
lblFotoKey.setText(org.openide.util.NbBundle.getMessage(
QuerbauwerkePanOne.class,
"QuerbauwerkePanOne.lblFotoKey.text")); // NOI18N
lblFotoKey.setMinimumSize(new java.awt.Dimension(250, 17));
lblFotoKey.setPreferredSize(new java.awt.Dimension(250, 17));
lblFotoKey.setMinimumSize(new java.awt.Dimension(220, 17));
lblFotoKey.setPreferredSize(new java.awt.Dimension(220, 17));
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 0;
Expand Down Expand Up @@ -900,8 +900,8 @@ private void initComponents() {
lblFotoRichtungKey.setText(org.openide.util.NbBundle.getMessage(
QuerbauwerkePanOne.class,
"QuerbauwerkePanOne.lblFotoRichtungKey.text")); // NOI18N
lblFotoRichtungKey.setMinimumSize(new java.awt.Dimension(150, 17));
lblFotoRichtungKey.setPreferredSize(new java.awt.Dimension(150, 17));
lblFotoRichtungKey.setMinimumSize(new java.awt.Dimension(220, 17));
lblFotoRichtungKey.setPreferredSize(new java.awt.Dimension(220, 17));
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 1;
Expand Down Expand Up @@ -945,7 +945,7 @@ private void initComponents() {
QuerbauwerkePanOne.class,
"QuerbauwerkePanOne.lblKartiererKey2.text")); // NOI18N
lblKartiererKey2.setMinimumSize(new java.awt.Dimension(250, 17));
lblKartiererKey2.setPreferredSize(new java.awt.Dimension(250, 17));
lblKartiererKey2.setPreferredSize(new java.awt.Dimension(220, 17));
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 0;
Expand Down Expand Up @@ -1101,8 +1101,8 @@ private void initComponents() {
lblTyp.setText(org.openide.util.NbBundle.getMessage(
QuerbauwerkePanOne.class,
"QuerbauwerkePanOne.lblTyp.text")); // NOI18N
lblTyp.setMinimumSize(new java.awt.Dimension(150, 17));
lblTyp.setPreferredSize(new java.awt.Dimension(150, 17));
lblTyp.setMinimumSize(new java.awt.Dimension(220, 17));
lblTyp.setPreferredSize(new java.awt.Dimension(220, 17));
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 4;
Expand Down

0 comments on commit fba57aa

Please sign in to comment.