...
This commit is contained in:
tonikelope 2017-05-22 14:32:04 +02:00
parent 1f5c0490af
commit 0d7e55f3f1
2 changed files with 4 additions and 4 deletions

View File

@ -236,7 +236,7 @@
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="global_speed_down_label" min="-2" pref="404" max="-2" attributes="0"/>
<EmptySpace pref="364" max="32767" attributes="0"/>
<EmptySpace pref="340" max="32767" attributes="0"/>
<Component id="pause_all_down_button" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
@ -321,7 +321,7 @@
<Color blue="0" green="99" red="ff" type="rgb"/>
</Property>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Dialog" size="16" style="1"/>
<Font name="Dialog" size="20" style="1"/>
</Property>
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="ff" green="ff" red="ff" type="rgb"/>

View File

@ -235,7 +235,7 @@ public final class MainPanelView extends javax.swing.JFrame {
jScrollPane_down.setViewportView(jPanel_scroll_down);
pause_all_down_button.setBackground(new java.awt.Color(255, 153, 0));
pause_all_down_button.setFont(new java.awt.Font("Dialog", 1, 16)); // NOI18N
pause_all_down_button.setFont(new java.awt.Font("Dialog", 1, 20)); // NOI18N
pause_all_down_button.setForeground(new java.awt.Color(255, 255, 255));
pause_all_down_button.setText("PAUSE ALL");
pause_all_down_button.setDoubleBuffered(true);
@ -251,7 +251,7 @@ public final class MainPanelView extends javax.swing.JFrame {
downloads_panelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(downloads_panelLayout.createSequentialGroup()
.addComponent(global_speed_down_label, javax.swing.GroupLayout.PREFERRED_SIZE, 404, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 364, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 340, Short.MAX_VALUE)
.addComponent(pause_all_down_button))
.addGroup(downloads_panelLayout.createSequentialGroup()
.addContainerGap()