This commit is contained in:
tonikelope 2017-11-30 16:24:33 +01:00
parent 5b3be77141
commit 318280ec6f
2 changed files with 6 additions and 6 deletions

View File

@ -91,7 +91,7 @@
</DimensionLayout> </DimensionLayout>
<DimensionLayout dim="1"> <DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0">
<Component id="file_tree_scrollpane" alignment="0" pref="222" max="32767" attributes="0"/> <Component id="file_tree_scrollpane" alignment="0" pref="226" max="32767" attributes="0"/>
</Group> </Group>
</DimensionLayout> </DimensionLayout>
</Layout> </Layout>
@ -185,7 +185,7 @@
<Component class="javax.swing.JTextField" name="dir_name_textfield"> <Component class="javax.swing.JTextField" name="dir_name_textfield">
<Properties> <Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Dialog" size="20" style="0"/> <Font name="Dialog" size="18" style="0"/>
</Property> </Property>
<Property name="doubleBuffered" type="boolean" value="true"/> <Property name="doubleBuffered" type="boolean" value="true"/>
<Property name="enabled" type="boolean" value="false"/> <Property name="enabled" type="boolean" value="false"/>
@ -204,7 +204,7 @@
<Component class="javax.swing.JComboBox" name="account_combobox"> <Component class="javax.swing.JComboBox" name="account_combobox">
<Properties> <Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Dialog" size="20" style="0"/> <Font name="Dialog" size="18" style="0"/>
</Property> </Property>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="0"/> <StringArray count="0"/>

View File

@ -136,7 +136,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
); );
jPanel1Layout.setVerticalGroup( jPanel1Layout.setVerticalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(file_tree_scrollpane, javax.swing.GroupLayout.DEFAULT_SIZE, 222, Short.MAX_VALUE) .addComponent(file_tree_scrollpane, javax.swing.GroupLayout.DEFAULT_SIZE, 226, Short.MAX_VALUE)
); );
dir_name_label.setFont(new java.awt.Font("Dialog", 1, 18)); // NOI18N dir_name_label.setFont(new java.awt.Font("Dialog", 1, 18)); // NOI18N
@ -144,7 +144,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
dir_name_label.setDoubleBuffered(true); dir_name_label.setDoubleBuffered(true);
dir_name_label.setEnabled(false); dir_name_label.setEnabled(false);
dir_name_textfield.setFont(new java.awt.Font("Dialog", 0, 20)); // NOI18N dir_name_textfield.setFont(new java.awt.Font("Dialog", 0, 18)); // NOI18N
dir_name_textfield.setDoubleBuffered(true); dir_name_textfield.setDoubleBuffered(true);
dir_name_textfield.setEnabled(false); dir_name_textfield.setEnabled(false);
@ -153,7 +153,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
account_label.setDoubleBuffered(true); account_label.setDoubleBuffered(true);
account_label.setEnabled(false); account_label.setEnabled(false);
account_combobox.setFont(new java.awt.Font("Dialog", 0, 20)); // NOI18N account_combobox.setFont(new java.awt.Font("Dialog", 0, 18)); // NOI18N
account_combobox.setDoubleBuffered(true); account_combobox.setDoubleBuffered(true);
account_combobox.setEnabled(false); account_combobox.setEnabled(false);
account_combobox.addItemListener(new java.awt.event.ItemListener() { account_combobox.addItemListener(new java.awt.event.ItemListener() {