mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-28 04:20:19 +02:00
1.75
-Windows size
This commit is contained in:
parent
ef886b3f70
commit
f6eb64ec93
@ -38,7 +38,7 @@
|
||||
<Component id="skip_button" min="-2" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
<EmptySpace min="0" pref="51" max="32767" attributes="0"/>
|
||||
<EmptySpace min="0" pref="121" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
|
@ -321,7 +321,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
|
||||
.addComponent(skip_rest_button)
|
||||
.addGap(18, 18, 18)
|
||||
.addComponent(skip_button)))
|
||||
.addGap(0, 51, Short.MAX_VALUE))
|
||||
.addGap(0, 121, Short.MAX_VALUE))
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addGap(0, 0, Short.MAX_VALUE)
|
||||
.addComponent(dance_button, javax.swing.GroupLayout.PREFERRED_SIZE, 300, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||
|
@ -29,14 +29,11 @@
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
<EmptySpace min="0" pref="646" max="32767" attributes="0"/>
|
||||
<Component id="dance_button" min="-2" pref="300" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" attributes="0">
|
||||
<Component id="put_label" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
<Component id="original_link_textfield" max="32767" attributes="0"/>
|
||||
<Component id="put_label" alignment="0" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
</Group>
|
||||
|
@ -94,12 +94,10 @@ public final class StreamerDialog extends javax.swing.JDialog implements Clipboa
|
||||
.addContainerGap()
|
||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addGap(0, 0, Short.MAX_VALUE)
|
||||
.addGap(0, 646, Short.MAX_VALUE)
|
||||
.addComponent(dance_button, javax.swing.GroupLayout.PREFERRED_SIZE, 300, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||
.addGroup(layout.createSequentialGroup()
|
||||
.addComponent(put_label)
|
||||
.addGap(0, 0, Short.MAX_VALUE))
|
||||
.addComponent(original_link_textfield))
|
||||
.addComponent(original_link_textfield)
|
||||
.addComponent(put_label, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||
.addContainerGap())
|
||||
);
|
||||
layout.setVerticalGroup(
|
||||
|
Loading…
x
Reference in New Issue
Block a user