Skip to content

Commit

Permalink
Buttons im "Projekt zuordnen" Dialog waren verdeckt. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmalzl committed Mar 2, 2024
1 parent 5e5d422 commit e63fcba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public ProjektAuswahlDialog(int position, Buchung[] buchungen)
this.buchungen = buchungen;

setTitle("Projekt auswählen");
setSize(400, 175);
setSize(400, 220);
}

@Override
Expand Down

0 comments on commit e63fcba

Please sign in to comment.