Skip to content

Commit

Permalink
test(design): changes to editor in Desktop and SearchResults
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed Jun 6, 2024
1 parent 69ae517 commit 02b4a20
Show file tree
Hide file tree
Showing 5 changed files with 1,737 additions and 1,742 deletions.
19 changes: 6 additions & 13 deletions src/main/java/de/danielluedecke/zettelkasten/DesktopFrame.form
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@
</MatteColorBorder>
</Border>
</Property>
<Property name="floatable" type="boolean" value="false"/>
<Property name="rollover" type="boolean" value="true"/>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[200, 10]"/>
Expand Down Expand Up @@ -970,9 +969,6 @@
<SubComponents>
<Container class="javax.swing.JSplitPane" name="jSplitPaneDesktop1">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="null"/>
</Property>
<Property name="dividerLocation" type="int" value="200"/>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[200, 200]"/>
Expand Down Expand Up @@ -1067,9 +1063,6 @@
<SubComponents>
<Container class="javax.swing.JSplitPane" name="jSplitPaneDesktop2">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="null"/>
</Property>
<Property name="dividerLocation" type="int" value="400"/>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[150, 150]"/>
Expand Down Expand Up @@ -1097,13 +1090,13 @@
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jPanelLiveSearch" alignment="0" max="32767" attributes="0"/>
<Component id="jScrollPane2" alignment="0" pref="400" max="32767" attributes="0"/>
<Component id="jScrollPane2" alignment="0" max="32767" attributes="0"/>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="jScrollPane2" pref="421" max="32767" attributes="0"/>
<Component id="jScrollPane2" max="32767" attributes="0"/>
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
<Component id="jPanelLiveSearch" min="-2" max="-2" attributes="0"/>
</Group>
Expand Down Expand Up @@ -1150,7 +1143,7 @@
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jTextFieldLiveSearch" pref="318" max="32767" attributes="0"/>
<Component id="jTextFieldLiveSearch" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jButtonLivePrev" min="-2" pref="16" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
Expand Down Expand Up @@ -1238,9 +1231,9 @@
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jScrollPane4" alignment="1" max="32767" attributes="0"/>
<Component id="jScrollPane3" alignment="0" max="32767" attributes="0"/>
<Component id="jScrollPane5" alignment="0" max="32767" attributes="0"/>
<Component id="jScrollPane4" alignment="1" pref="50" max="32767" attributes="0"/>
<Component id="jScrollPane3" alignment="0" pref="50" max="32767" attributes="0"/>
<Component id="jScrollPane5" alignment="0" pref="50" max="32767" attributes="0"/>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
Expand Down
Loading

0 comments on commit 02b4a20

Please sign in to comment.