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:
2018-01-23 15:08:16 +01:00
parent bae07b95e7
commit c18613500a
2 changed files with 11 additions and 5 deletions

View File

@@ -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;