summaryrefslogtreecommitdiff
path: root/gtk2_ardour/speaker_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/speaker_dialog.cc')
-rw-r--r--gtk2_ardour/speaker_dialog.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/speaker_dialog.cc b/gtk2_ardour/speaker_dialog.cc
index 00495a8000..b2abe38f9e 100644
--- a/gtk2_ardour/speaker_dialog.cc
+++ b/gtk2_ardour/speaker_dialog.cc
@@ -246,13 +246,13 @@ SpeakerDialog::clamp_to_circle (double& x, double& y)
void
SpeakerDialog::darea_size_allocate (Gtk::Allocation& alloc)
{
- width = alloc.get_width();
- height = alloc.get_height();
+ width = alloc.get_width();
+ height = alloc.get_height();
/* The allocation will (should) be rectangualar, but make the basic
- drawing square; space to the right of the square is for over-hanging
- text labels.
- */
+ * drawing square; space to the right of the square is for over-hanging
+ * text labels.
+ */
width = height;
if (height > 100) {