mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
src/gui/widget/navibar.cpp/h: fix icon scale
Remove CComponentsPictureScalable class, is not longer required. Scale for navi button icons should working now. Note: It is not sure if the setting of OFFSET_INNER_MID makes sense here, because it is possible that a scaling could happen even though the icon would be fit.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
class CNaviBar : public CComponentsFrmChain
|
||||
{
|
||||
private:
|
||||
CComponentsPictureScalable *nb_lpic, *nb_rpic;
|
||||
CComponentsPicture *nb_lpic, *nb_rpic;
|
||||
CComponentsText *nb_lText, *nb_rText;
|
||||
|
||||
Font *nb_font;
|
||||
|
Reference in New Issue
Block a user