From 4da4b1a7fdf97fdc0d4e30708efef0d2fc5ab9c5 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 7 Feb 2014 09:29:20 +0100 Subject: [PATCH] CComponentsWindow: fix missing define of header position Position is strictly top and left within of Window Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c6221581edf1ea0a64b4aedd2ad46e7e73690076 Author: Thilo Graf Date: 2014-02-07 (Fri, 07 Feb 2014) ------------------ This commit was generated by Migit --- src/gui/components/cc_frm_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_window.cpp b/src/gui/components/cc_frm_window.cpp index de7f91888..f5021d580 100644 --- a/src/gui/components/cc_frm_window.cpp +++ b/src/gui/components/cc_frm_window.cpp @@ -165,7 +165,7 @@ void CComponentsWindow::initHeader() //set header properties //TODO: assigned properties with internal header objekt have no effect! if (ccw_head){ ccw_head->setWidth(width-2*fr_thickness); -// ccw_head->setPos(0, 0); + ccw_head->setPos(0, 0); ccw_head->setIcon(ccw_icon_name); ccw_head->setCaption(ccw_caption, ccw_align_mode); ccw_head->setDefaultButtons(ccw_buttons);