瀏覽代碼

优化控件距离;

scbc.sat2 5 年之前
父節點
當前提交
5aa77a3ed2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      VideoCapture/VideoCapture/IRControlWnd.cpp

+ 1 - 1
VideoCapture/VideoCapture/IRControlWnd.cpp

@@ -488,7 +488,7 @@ void CIRControlWnd::Loadlayout(std::vector<BtnInfo>& vt)
 		}
 	}
 
-	int sx = 0, sy = 65;
+	int sx = 0, sy = m_nComboHeight*2+15;
 	int i = 0, id = 10000;
 	DWORD dwStyle = WS_CHILD | WS_VISIBLE;
 	for (std::vector<BtnInfo>::iterator it = vt.begin(); it != vt.end(); it++)