summaryrefslogtreecommitdiff
path: root/client/widgets/radiobuttons.cc
diff options
context:
space:
mode:
authordeva <deva>2008-08-20 07:41:52 +0000
committerdeva <deva>2008-08-20 07:41:52 +0000
commit4be53ad09b924cfc1f5e72cea0ac92c184ce5d45 (patch)
tree16e84f1e46852330ff4735034a3549ebc1c4a632 /client/widgets/radiobuttons.cc
parent5c102fdd1e6825a77bb9d7a69e268868d7f5398e (diff)
A slighty slimmer layout.
Diffstat (limited to 'client/widgets/radiobuttons.cc')
-rw-r--r--client/widgets/radiobuttons.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/widgets/radiobuttons.cc b/client/widgets/radiobuttons.cc
index a690f17..0c3892c 100644
--- a/client/widgets/radiobuttons.cc
+++ b/client/widgets/radiobuttons.cc
@@ -72,6 +72,8 @@ RadioButtons::RadioButtons(QDomNode &node, MacroWindow *macrowindow)
setValue(elem.attribute("value"));
}
*/
+ layout()->setContentsMargins(0,0,0,0);
+
}
bool RadioButtons::isValid()