mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
6529 Divider location fix
This commit is contained in:
parent
698ce96d20
commit
0fec1ffd78
@ -55,6 +55,9 @@
|
|||||||
</Layout>
|
</Layout>
|
||||||
<SubComponents>
|
<SubComponents>
|
||||||
<Container class="javax.swing.JSplitPane" name="mainSplitPane">
|
<Container class="javax.swing.JSplitPane" name="mainSplitPane">
|
||||||
|
<Properties>
|
||||||
|
<Property name="dividerLocation" type="int" value="400"/>
|
||||||
|
</Properties>
|
||||||
|
|
||||||
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
|
||||||
<SubComponents>
|
<SubComponents>
|
||||||
@ -76,24 +79,26 @@
|
|||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="createButtonSeparator" max="32767" attributes="0"/>
|
<Component id="createButtonSeparator" max="32767" attributes="0"/>
|
||||||
<Group type="102" alignment="0" attributes="0">
|
|
||||||
<Component id="createBtn" min="-2" max="-2" attributes="0"/>
|
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
|
||||||
<Component id="editBtn" min="-2" max="-2" attributes="0"/>
|
|
||||||
<EmptySpace max="32767" attributes="0"/>
|
|
||||||
<Component id="deleteBtn" min="-2" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
|
||||||
<Component id="resultsPane" pref="0" max="32767" attributes="0"/>
|
<Component id="resultsPane" pref="0" max="32767" attributes="0"/>
|
||||||
<Component id="searchField" max="32767" attributes="0"/>
|
<Component id="searchField" max="32767" attributes="0"/>
|
||||||
<Group type="102" attributes="0">
|
<Group type="102" attributes="0">
|
||||||
<Component id="searchNameRadio" min="-2" max="-2" attributes="0"/>
|
<Component id="searchNameRadio" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="searchAccountRadio" min="-2" max="-2" attributes="0"/>
|
<Component id="searchAccountRadio" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="32767" attributes="0"/>
|
<EmptySpace pref="149" max="32767" attributes="0"/>
|
||||||
<Component id="searchBtn" min="-2" max="-2" attributes="0"/>
|
<Component id="searchBtn" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" attributes="0">
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="createAccountBtn" min="-2" max="-2" attributes="0"/>
|
<Component id="createAccountBtn" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<Component id="createBtn" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Component id="editBtn" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Component id="deleteBtn" min="-2" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
@ -113,7 +118,7 @@
|
|||||||
<Component id="searchBtn" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="searchBtn" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="resultsPane" pref="21" max="32767" attributes="0"/>
|
<Component id="resultsPane" pref="445" max="32767" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="3" attributes="0">
|
<Group type="103" groupAlignment="3" attributes="0">
|
||||||
<Component id="editBtn" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="editBtn" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
|
@ -282,6 +282,8 @@ public final class PersonasTopComponent extends TopComponent {
|
|||||||
|
|
||||||
setName(""); // NOI18N
|
setName(""); // NOI18N
|
||||||
|
|
||||||
|
mainSplitPane.setDividerLocation(400);
|
||||||
|
|
||||||
searchField.setText(org.openide.util.NbBundle.getMessage(PersonasTopComponent.class, "PersonasTopComponent.searchField.text")); // NOI18N
|
searchField.setText(org.openide.util.NbBundle.getMessage(PersonasTopComponent.class, "PersonasTopComponent.searchField.text")); // NOI18N
|
||||||
|
|
||||||
searchButtonGroup.add(searchNameRadio);
|
searchButtonGroup.add(searchNameRadio);
|
||||||
@ -320,22 +322,23 @@ public final class PersonasTopComponent extends TopComponent {
|
|||||||
.addContainerGap()
|
.addContainerGap()
|
||||||
.addGroup(searchPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(searchPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(createButtonSeparator)
|
.addComponent(createButtonSeparator)
|
||||||
.addGroup(searchPanelLayout.createSequentialGroup()
|
|
||||||
.addComponent(createBtn)
|
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
|
||||||
.addComponent(editBtn)
|
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
|
||||||
.addComponent(deleteBtn))
|
|
||||||
.addComponent(resultsPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
.addComponent(resultsPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
||||||
.addComponent(searchField)
|
.addComponent(searchField)
|
||||||
.addGroup(searchPanelLayout.createSequentialGroup()
|
.addGroup(searchPanelLayout.createSequentialGroup()
|
||||||
.addComponent(searchNameRadio)
|
.addComponent(searchNameRadio)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(searchAccountRadio)
|
.addComponent(searchAccountRadio)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 149, Short.MAX_VALUE)
|
||||||
.addComponent(searchBtn))
|
.addComponent(searchBtn))
|
||||||
.addGroup(searchPanelLayout.createSequentialGroup()
|
.addGroup(searchPanelLayout.createSequentialGroup()
|
||||||
|
.addGroup(searchPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(createAccountBtn)
|
.addComponent(createAccountBtn)
|
||||||
|
.addGroup(searchPanelLayout.createSequentialGroup()
|
||||||
|
.addComponent(createBtn)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
|
.addComponent(editBtn)
|
||||||
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
|
.addComponent(deleteBtn)))
|
||||||
.addGap(0, 0, Short.MAX_VALUE)))
|
.addGap(0, 0, Short.MAX_VALUE)))
|
||||||
.addContainerGap())
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
@ -350,7 +353,7 @@ public final class PersonasTopComponent extends TopComponent {
|
|||||||
.addComponent(searchAccountRadio)
|
.addComponent(searchAccountRadio)
|
||||||
.addComponent(searchBtn))
|
.addComponent(searchBtn))
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(resultsPane, javax.swing.GroupLayout.PREFERRED_SIZE, 21, Short.MAX_VALUE)
|
.addComponent(resultsPane, javax.swing.GroupLayout.DEFAULT_SIZE, 445, Short.MAX_VALUE)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addGroup(searchPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
.addGroup(searchPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
||||||
.addComponent(editBtn)
|
.addComponent(editBtn)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user