mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
move "sign-off" checkbox below "amend"
Users got used to the current position of amend, better not to move it.
This commit is contained in:
@@ -725,8 +725,8 @@ public class GitCheckinEnvironment implements CheckinEnvironment {
|
||||
myPanel = new JPanel(new GridBagLayout());
|
||||
myPanel.add(authorLabel, gb.nextLine().next());
|
||||
myPanel.add(myAuthorField, gb.next().fillCellHorizontally().weightx(1));
|
||||
myPanel.add(mySignOffCheckbox, gb.nextLine().next().coverLine());
|
||||
myPanel.add(myAmendComponent.getComponent(), gb.nextLine().next().coverLine());
|
||||
myPanel.add(mySignOffCheckbox, gb.nextLine().next().coverLine());
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user