Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Sep 19, 2023
1 parent ced03b8 commit f9212f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/main/java/mediathek/gui/dialog/DialogAddDownload.form
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@
</Property>
</Properties>
<AuxValues>
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
<AuxValue name="classDetails" type="java.lang.String" value="Box.Filler.HorizontalStrut"/>
</AuxValues>
</Component>
Expand All @@ -295,6 +297,8 @@
</Property>
</Properties>
<AuxValues>
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
<AuxValue name="classDetails" type="java.lang.String" value="Box.Filler.HorizontalStrut"/>
</AuxValues>
</Component>
Expand Down
6 changes: 2 additions & 4 deletions src/main/java/mediathek/gui/dialog/DialogAddDownload.java
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,9 @@ private void initComponents() {
jCheckBoxSubtitle = new javax.swing.JCheckBox();
jPanel4 = new javax.swing.JPanel();
jComboBoxPfad = new javax.swing.JComboBox<>();
filler1 = new javax.swing.Box.Filler(new java.awt.Dimension(5, 0), new java.awt.Dimension(5, 0), new java.awt.Dimension(5, 32767));
javax.swing.Box.Filler filler1 = new javax.swing.Box.Filler(new java.awt.Dimension(5, 0), new java.awt.Dimension(5, 0), new java.awt.Dimension(5, 32767));
jButtonZiel = new javax.swing.JButton();
filler2 = new javax.swing.Box.Filler(new java.awt.Dimension(5, 0), new java.awt.Dimension(5, 0), new java.awt.Dimension(5, 32767));
javax.swing.Box.Filler filler2 = new javax.swing.Box.Filler(new java.awt.Dimension(5, 0), new java.awt.Dimension(5, 0), new java.awt.Dimension(5, 32767));
jButtonDelHistory = new javax.swing.JButton();
jPanelSize = new javax.swing.JPanel();
jRadioButtonAufloesungHd = new javax.swing.JRadioButton();
Expand Down Expand Up @@ -955,8 +955,6 @@ private void initComponents() {

// Variables declaration - do not modify//GEN-BEGIN:variables
private javax.swing.JButton btnRequestLiveInfo;
private javax.swing.Box.Filler filler1;
private javax.swing.Box.Filler filler2;
private javax.swing.JButton jButtonAbbrechen;
private javax.swing.JButton jButtonDelHistory;
private javax.swing.JButton jButtonOk;
Expand Down

0 comments on commit f9212f2

Please sign in to comment.