Commit aa6b7e97 authored by Christoffer Ackelman's avatar Christoffer Ackelman

QT: slightly tuned the margin

parent 062e4174
......@@ -46,6 +46,10 @@ int PwrStyle::pixelMetric(
case PM_LayoutTopMargin:
case PM_LayoutRightMargin:
case PM_LayoutBottomMargin:
case PM_LayoutHorizontalSpacing:
case PM_LayoutVerticalSpacing:
case PM_ToolBarItemMargin:
case PM_ToolBarItemSpacing:
return 0;
default:
return QGtkStyle::pixelMetric(which, option, widget);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment