mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-28 12:30:23 +02:00
1.45b
This commit is contained in:
parent
d3195ef963
commit
3e2b0af408
@ -117,7 +117,7 @@
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Dialog" size="20" style="1"/>
|
||||
</Property>
|
||||
<Property name="text" type="java.lang.String" value="Put your MEGA/MegaCrypter link/s here (one per line):"/>
|
||||
<Property name="text" type="java.lang.String" value="Put your MEGA/MegaCrypter/ELC link/s here (one per line):"/>
|
||||
<Property name="doubleBuffered" type="boolean" value="true"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
@ -147,7 +147,6 @@
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Dialog" size="16" style="1"/>
|
||||
</Property>
|
||||
<Property name="text" type="java.lang.String" value="jLabel3"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
</SubComponents>
|
||||
|
@ -97,7 +97,7 @@ public final class LinkGrabberDialog extends javax.swing.JDialog implements Clip
|
||||
});
|
||||
|
||||
links_label.setFont(new java.awt.Font("Dialog", 1, 20)); // NOI18N
|
||||
links_label.setText("Put your MEGA/MegaCrypter link/s here (one per line):");
|
||||
links_label.setText("Put your MEGA/MegaCrypter/ELC link/s here (one per line):");
|
||||
links_label.setDoubleBuffered(true);
|
||||
|
||||
change_dir_button.setFont(new java.awt.Font("Dialog", 1, 18)); // NOI18N
|
||||
@ -114,7 +114,6 @@ public final class LinkGrabberDialog extends javax.swing.JDialog implements Clip
|
||||
down_dir_to_label.setDoubleBuffered(true);
|
||||
|
||||
download_dir_label.setFont(new java.awt.Font("Dialog", 1, 16)); // NOI18N
|
||||
download_dir_label.setText("jLabel3");
|
||||
|
||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
|
||||
getContentPane().setLayout(layout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user