mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- cc_frm_scrollbar: use SCROLLBAR_WIDTH define
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <global.h>
|
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
||||||
#include "cc_frm_scrollbar.h"
|
#include "cc_frm_scrollbar.h"
|
||||||
#include "system/debug.h"
|
#include "system/debug.h"
|
||||||
|
@@ -24,6 +24,8 @@
|
|||||||
#ifndef __CC_FORM_SCROLLBAR_H__
|
#ifndef __CC_FORM_SCROLLBAR_H__
|
||||||
#define __CC_FORM_SCROLLBAR_H__
|
#define __CC_FORM_SCROLLBAR_H__
|
||||||
|
|
||||||
|
#include <global.h>
|
||||||
|
|
||||||
#include "cc_frm_chain.h"
|
#include "cc_frm_chain.h"
|
||||||
#include "cc_item_picture.h"
|
#include "cc_item_picture.h"
|
||||||
|
|
||||||
@@ -77,7 +79,7 @@ class CComponentsScrollBar : public CComponentsFrmChain
|
|||||||
*/
|
*/
|
||||||
CComponentsScrollBar( const int &x_pos,
|
CComponentsScrollBar( const int &x_pos,
|
||||||
const int &y_pos,
|
const int &y_pos,
|
||||||
const int &w = 15,
|
const int &w = SCROLLBAR_WIDTH,
|
||||||
const int &h = 0,
|
const int &h = 0,
|
||||||
const int& count = 1,
|
const int& count = 1,
|
||||||
CComponentsForm *parent = NULL,
|
CComponentsForm *parent = NULL,
|
||||||
|
Reference in New Issue
Block a user