Mercurial Hosting > junotu
changeset 77:f9b9c7b473b9
TabSimpleSearch: Moved 'add card' button right to the top-right corner for easier access
| author | Fox | 
|---|---|
| date | Sat, 07 Jan 2023 02:00:34 +0100 | 
| parents | 7c5c9cd41b8f | 
| children | f3fe8eebdcfd | 
| files | src/junotu/TabSimpleSearch.java | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/src/junotu/TabSimpleSearch.java Sat Jan 07 01:59:06 2023 +0100 +++ b/src/junotu/TabSimpleSearch.java Sat Jan 07 02:00:34 2023 +0100 @@ -76,8 +76,8 @@ this.add( top, BorderLayout.NORTH ); top.add( field, BorderLayout.CENTER ); top.add( buttonBox, BorderLayout.EAST ); + buttonBox.add( context ); buttonBox.add( create ); - buttonBox.add( context ); this.add( scroll, BorderLayout.CENTER );
