From cc1bd971523c404e3e72ca30c87f1c9021815222 Mon Sep 17 00:00:00 2001 From: Kevin Brosius Date: Sat, 3 Mar 2007 22:23:16 +0000 Subject: [PATCH] r1005: Increase the number of displayed digits for resample audio dialog box (for bug #389.) Kevin Brosius --- plugins/resample/resample.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/resample/resample.C b/plugins/resample/resample.C index eabc9a7a..4794b198 100644 --- a/plugins/resample/resample.C +++ b/plugins/resample/resample.C @@ -17,7 +17,7 @@ PluginClient* new_plugin(PluginServer *server) ResampleFraction::ResampleFraction(ResampleEffect *plugin, int x, int y) - : BC_TextBox(x, y, 100, 1, (float)plugin->scale) + : BC_TextBox(x, y, 100, 1, (float)plugin->scale, 1, MEDIUMFONT, 6) { this->plugin = plugin; } -- 2.11.4.GIT