Revision: 4903
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4903&view=rev
Author:   bphinz
Date:     2012-04-26 04:33:11 +0000 (Thu, 26 Apr 2012)
Log Message:
-----------
Fixed cut & paste error

Modified Paths:
--------------
    trunk/java/com/tigervnc/vncviewer/OptionsDialog.java

Modified: trunk/java/com/tigervnc/vncviewer/OptionsDialog.java
===================================================================
--- trunk/java/com/tigervnc/vncviewer/OptionsDialog.java        2012-04-26 
00:03:16 UTC (rev 4902)
+++ trunk/java/com/tigervnc/vncviewer/OptionsDialog.java        2012-04-26 
04:33:11 UTC (rev 4903)
@@ -160,7 +160,7 @@
     scalingFactor = new JComboBox(scalingFactors);
     // Hack to set the left inset on editable JComboBox
     if (UIManager.getLookAndFeel().getID() == "Windows") {
-      
scalingFactor.setBorder(BorderFactory.createCompoundBorder(compressLevel.getBorder(),
+      
scalingFactor.setBorder(BorderFactory.createCompoundBorder(scalingFactor.getBorder(),
         BorderFactory.createEmptyBorder(0,1,0,0)));
     } else if (UIManager.getLookAndFeel().getID() == "Metal") {
       ComboBoxEditor sfe = scalingFactor.getEditor();

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to