From eb87a08e5e02c850aea18cda28d0ee800154f122 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 11 Jun 2013 08:10:45 +0200 Subject: [PATCH] CComponentsInfoBox: comment precised Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2e42455e25b531fa6897bd446b10474a7f1618bf Author: Thilo Graf Date: 2013-06-11 (Tue, 11 Jun 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_item_infobox.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gui/components/cc_item_infobox.h b/src/gui/components/cc_item_infobox.h index c1882e74d..3e23de78f 100644 --- a/src/gui/components/cc_item_infobox.h +++ b/src/gui/components/cc_item_infobox.h @@ -44,9 +44,7 @@ but is also usable like each other CCItems. class CComponentsInfoBox : public CComponentsText { private: - ///property: start position of textbox within infobox - int x_text; - ///property: space between picture and textbox + ///property: property: space around fram and beetween picture and textbox, see also setSpaceOffset() int x_offset; ///object: picture object @@ -73,7 +71,7 @@ class CComponentsInfoBox : public CComponentsText ~CComponentsInfoBox(); - ///set property: space between picture and textbox + ///set property: space around fram and beetween picture and textbox inline void setSpaceOffset(const int offset){x_offset = offset;}; ///set property: path or name of displayed image inline void setPicture(const std::string& picture_name){pic_name = picture_name;};