diff --git a/src/glade/lingot-mainframe.glade b/src/glade/lingot-mainframe.glade index ce76be9..e0cf586 100644 --- a/src/glade/lingot-mainframe.glade +++ b/src/glade/lingot-mainframe.glade @@ -136,7 +136,7 @@ 160 - 100 + 85 True Shows the error in cents in a visual way. The range will depend on the maximum distance between each two notes in the scale defined in the Lingot settings (try to provide scales with low maximum distance, i.e. with many notes, to have a higher resolution in this gauge), @@ -168,7 +168,7 @@ 110 - 100 + 85 True vertical @@ -233,7 +233,7 @@ 290 - 96 + 82 True True automatic diff --git a/src/lingot b/src/lingot index 7c9a89c..87bb47e 100755 Binary files a/src/lingot and b/src/lingot differ diff --git a/src/lingot-gui-mainframe.c b/src/lingot-gui-mainframe.c index 30c1b69..05d374a 100644 --- a/src/lingot-gui-mainframe.c +++ b/src/lingot-gui-mainframe.c @@ -57,9 +57,9 @@ GdkColor freq_color; // sizes int gauge_size_x = 160; -int gauge_size_y = 100; +int gauge_size_y = 85; -int spectrum_size_y = 64; +int spectrum_size_y = 50; // spectrum area margins int spectrum_bottom_margin = 16; diff --git a/src/lingot-gui-mainframe.o b/src/lingot-gui-mainframe.o index b36ff35..54b8c6c 100644 Binary files a/src/lingot-gui-mainframe.o and b/src/lingot-gui-mainframe.o differ