|
|
|
@ -65,7 +65,7 @@ MenuBarButton::MenuBarButton(const TQString &icon, TQWidget *parent)
|
|
|
|
|
: TQToolButton(parent, "menu_bar_button")
|
|
|
|
|
{
|
|
|
|
|
TQFontMetrics fm(font());
|
|
|
|
|
int h = fm.height() + 2*tqstyle().pixelMetric(TQStyle::PM_DefaultFrameWidth, this);
|
|
|
|
|
int h = fm.height() + 2*style().pixelMetric(TQStyle::PM_DefaultFrameWidth, this);
|
|
|
|
|
setFixedHeight(h);
|
|
|
|
|
KIconLoader loader;
|
|
|
|
|
setIconSet(loader.loadIconSet(icon, KIcon::Small, fm.height()-2));
|
|
|
|
|