Skip to content

Commit

Permalink
Merge pull request #51 from fablabnbg/expose-more-items-in-mapping-box
Browse files Browse the repository at this point in the history
Enhancement: larger MappingBox
  • Loading branch information
jnweiger authored Dec 23, 2023
2 parents 4df1395 + eefdd82 commit 1cb1602
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void actionPerformed(ActionEvent ae)
private void initComponents() {

predefinedMappingBox = new de.thomas_oster.visicut.gui.mapping.PredefinedMappingBox();
predefinedMappingBox.setMaximumRowCount(20);
btProfileSettings = new javax.swing.JButton();
jPanel1 = new javax.swing.JPanel();
propertyMappingPanel = new de.thomas_oster.visicut.gui.mapping.PropertyMappingPanel();
Expand Down

0 comments on commit 1cb1602

Please sign in to comment.