mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Align buttons
This commit is contained in:
@@ -389,6 +389,8 @@ public abstract class ItemManager<T extends InventoryItem> extends JPanel {
|
|||||||
helper.newLine(-3);
|
helper.newLine(-3);
|
||||||
helper.fillLine(this.pnlButtons, showButtonPanel ? buttonPanelHeight : 1); //just show border if no buttons
|
helper.fillLine(this.pnlButtons, showButtonPanel ? buttonPanelHeight : 1); //just show border if no buttons
|
||||||
}
|
}
|
||||||
|
helper.newLine();
|
||||||
|
helper.offset(1, 0); //align filters button with expand/collapse all button
|
||||||
helper.include(this.btnFilters, 61, FTextField.HEIGHT);
|
helper.include(this.btnFilters, 61, FTextField.HEIGHT);
|
||||||
int captionWidth = this.lblCaption.getAutoSizeWidth();
|
int captionWidth = this.lblCaption.getAutoSizeWidth();
|
||||||
int ratioWidth = this.lblRatio.getAutoSizeWidth();
|
int ratioWidth = this.lblRatio.getAutoSizeWidth();
|
||||||
|
|||||||
Reference in New Issue
Block a user