Improvement of Fit to height option.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Improvement of Fit to height option.
Dear experts! I want to suggest an improvement to the Fit to height option. By default, the file after import looks like this (Figure 1). After selecting Fit to height, the view changes (Figure 2). But the fact is that a narrow strip is still preserved from the lower border of the diagram to the bottom of the screen. It is annoying and to complete, I have to stretch the border with the mouse to the bottom of the screen, so that we get a picture3. To avoid double work, is it possible to change the Fit to height action so that the file immediately assumes the form, as in Figure 3, is full. Thank you!
- Attachments
-
- Capture.PNG (56.87 KiB) Viewed 666 times
-
- Capture1.PNG (67 KiB) Viewed 666 times
-
- Capture2.PNG (77.97 KiB) Viewed 666 times
-
- Untitled.png (96.72 KiB) Viewed 663 times
Re: Improvement of Fit to height option.
For example, double click. The first - as it is now. And the second - already fully occupies the screen, which is what the topic is about.
-
waxcylinder
- Forum Staff
- Posts: 14580
- Joined: Tue Jul 31, 2007 11:03 am
- Operating System: Windows 10
Re: Improvement of Fit to height option.
That "narrow strip" is the horzontal scroll bar - it is a fundamental part of the Audacity window and cannot be removed, It enable you to horizantally scroll the waveform. It has a close sibling the vericla scroll bar at the right of the waveform display.
What you can do if you really want more height to play with is the hide any toolbars you don't want (use View>Toolbars and uncheck them) or float them free of the Audacity window - see: https://manual.audacityteam.org/man/cus ... ayout.html
WC
What you can do if you really want more height to play with is the hide any toolbars you don't want (use View>Toolbars and uncheck them) or float them free of the Audacity window - see: https://manual.audacityteam.org/man/cus ... ayout.html
WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
Re: Improvement of Fit to height option.
It is not a "horizontal scroll bar". This is empty space, absolutely unnecessary for me.
- Attachments
-
- Capture.PNG (63.79 KiB) Viewed 387 times
-
- Capture5.PNG (23.23 KiB) Viewed 386 times
-
- Capture6.PNG (134.91 KiB) Viewed 385 times
-
waxcylinder
- Forum Staff
- Posts: 14580
- Joined: Tue Jul 31, 2007 11:03 am
- Operating System: Windows 10
Re: Improvement of Fit to height option.
OK so you really wanna get rid of the dark gray unused space - just click and drag down on the bottom or the waveform - and for maximum wave height do as I suggested earlier and float the toolbars.
- Attachments
-
- Tallest waveform.gif (303.8 KiB) Viewed 378 times
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
Re: Improvement of Fit to height option.
Maybe you need a bigger monitor. There's plenty of space on a 1920 x 1080 display:
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Improvement of Fit to height option.
The fact of the matter, dear editors, is that dragging the mouse to the bottom comes with each entry. Furious.waxcylinder wrote: ↑Sun Jul 21, 2019 5:20 pmOK so you really wanna get rid of the dark gray unused space - just click and drag down on the bottom
Re: Improvement of Fit to height option.
Personally, I don't see the problem. There's a bit of space below the track - so what? I'm typing here and there is space below my typing 
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Improvement of Fit to height option.
So it looks prettier.
- Attachments
-
- Capture.PNG (94.22 KiB) Viewed 365 times
Re: Improvement of Fit to height option.
but it is less functional as you can't so easily see if there's another track below, and if there is a track below, you can't bring it into view with a single click.
If you want to build your own customised version, you would need to find "void DoZoomFitV(AudacityProject &project)" in the source file "ViewMenus.cpp", then locate the lines:
Code: Select all
// Find total height to apportion
auto height = viewInfo.GetHeight();
height -= 28;
Code: Select all
// Find total height to apportion
auto height = viewInfo.GetHeight();
height -= 4;
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)