Browse Source

scale drag border size, easier to resize on scaled screens

sabrogden 8 years ago
parent
commit
d8af7cd80b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CP_Main.h

+ 1 - 1
CP_Main.h

@@ -25,7 +25,7 @@
 
 extern class CCP_MainApp theApp;
 
-#define BORDER 2 
+#define BORDER theApp.m_metrics.ScaleX(2) 
 #define CAPTION_BORDER theApp.m_metrics.ScaleX(25)
 
 class CCP_MainApp : public CWinApp