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