summaryrefslogtreecommitdiffstats
path: root/arts/modules/effects/stereocompressorguifactory_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'arts/modules/effects/stereocompressorguifactory_impl.cc')
-rw-r--r--arts/modules/effects/stereocompressorguifactory_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/modules/effects/stereocompressorguifactory_impl.cc b/arts/modules/effects/stereocompressorguifactory_impl.cc
index e5a985fc..d5209ebd 100644
--- a/arts/modules/effects/stereocompressorguifactory_impl.cc
+++ b/arts/modules/effects/stereocompressorguifactory_impl.cc
@@ -85,7 +85,7 @@ public:
connect( bon, "pressed_changed", comp, "thru" );
LayoutBox hbox;
- hbox.direction( LeftToRight ); hbox.layoutmargin( 5 ); hbox.spacing( 5 );
+ hbox.direction( LeftToRight ); hbox.tqlayoutmargin( 5 ); hbox.spacing( 5 );
PopupBox timesbox;
timesbox.name( "Timings" ); timesbox.direction( LeftToRight );
LayoutBox times;