Index: trunk/KDE/kdebase/runtime/kstyles/oxygen/oxygen.cpp =================================================================== --- trunk/KDE/kdebase/runtime/kstyles/oxygen/oxygen.cpp (revision 969191) +++ trunk/KDE/kdebase/runtime/kstyles/oxygen/oxygen.cpp (revision 969192) @@ -3067,7 +3067,8 @@ if (const QStyleOptionToolButton* tbOpt = qstyleoption_cast(option)) { if ((!tbOpt->icon.isNull()) && (!tbOpt->text.isEmpty()) && tbOpt->toolButtonStyle == Qt::ToolButtonTextUnderIcon) - size.setHeight(size.height()-9); + // TODO: Make this font size dependent + size.setHeight(size.height()-5); } // We want to avoid super-skiny buttons, for things like "up" when icons + text