]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/ProtocolsDlg.java
Fixed spelling and grammar, also fixed the size of the pop up dialog boxes and the...
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / ui / dialog / ProtocolsDlg.java
index c77585a3af7c4afd3d93de3cd99021cf6609604b..5ca71a0ac5719299b6fef1d3eb1d9991590494a8 100644 (file)
@@ -231,7 +231,7 @@ public class ProtocolsDlg extends IDialog implements ItemListener {
      \r
      **/\r
     private void init() {\r
-        this.setSize(500, 225);\r
+        this.setSize(510, 240);\r
         this.setContentPane(getJScrollPane());\r
         this.setTitle("Protocols");\r
         initFrame();\r
@@ -313,7 +313,7 @@ public class ProtocolsDlg extends IDialog implements ItemListener {
             jLabelFeatureFlag.setText("Feature Flag");\r
             jLabelFeatureFlag.setBounds(new java.awt.Rectangle(15, 110, 140, 20));\r
             jLabelC_Name = new JLabel();\r
-            jLabelC_Name.setText("C_Name Type");\r
+            jLabelC_Name.setText("C Name Type");\r
             jLabelC_Name.setBounds(new java.awt.Rectangle(15, 35, 140, 20));\r
 \r
             jContentPane = new JPanel();\r