I'm using Crunchbang Linux 11
Audacity 2.0.1
One thing I need to do in Audacity is set the width of the value field in the Edit Metadata window. Every time I export a file, when the Edit Metadata window appears, the value field is always set to the default size which is to small for my needs. I am always resizing it. Is there a way to resize the value field and make it stick?
Setting default value size
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Setting default value size
- Attachments
-
- value.png (69.12 KiB) Viewed 2578 times
Re: Setting default value size
No there isn't.rmcellig wrote:Is there a way to resize the value field and make it stick?
However, it seems odd to me that the default size should be so small when there is empty space to the right of it.
I think this is a bug rather than by design.
When the Metadata Editor is closed, the screen position and size of the window are saved in preferences. Example:
Code: Select all
[TagsEditor]
x=61
y=192
width=530
height=405
There then seems to be a miscalculation of the column width for the "value" column, which always comes out as "174" when it should be sized according to the width of the window.
I've only tested on Linux (Debian/Gnome) so I don't know if the problem is specific to Linux.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Setting default value size
It's really frustrating that I can't get the window size to be what I need it to be. Any other options I should try out? Maybe I'll try an older version in Puppy Linux just to see what happens.
Re: Setting default value size
Looking at the code I suspect the problem goes back to at least 2008.
If you are able to build Audacity from the source code I've made a patch that I think will fix it.
If you are able to build Audacity from the source code I've made a patch that I think will fix it.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Setting default value size
The incorrect starting width of the "Value" column also occurs on Ubuntu, but not Windows or Mac OS X, so it's probably something that has not been coded correctly for wxGTK.rmcellig wrote:It's really frustrating that I can't get the window size to be what I need it to be. Any other options I should try out? Maybe I'll try an older version in Puppy Linux just to see what happens.
I created bugs for these while you were writing:
Bug 706 – Metadata Editor: Value column too small
Bug 707 – Metadata Editor: Width and height values in .cfg not respected .
so can you attach your patch as appropriate, Steve?
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Setting default value size
Done.Gale Andrews wrote:so can you attach your patch as appropriate, Steve?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)