Manuel
Manuel
This might be due to saved settings from a previous version. What happens if you use the Restore Defaults button?
In theory, we are getting the default font for the application according to [documentation](https://doc.qt.io/qt-5/qapplication.html#font), and then we set the configured size in `General > Font size`, so it might be...
Ideally, Qt should fix the bug, and we update to the new version, otherwise we could end up with too many options which will confuse users. The font for the...
I cannot test on macOS, but if there is support by Qt, the editor mode called "RTL Text" should work. The default editor mode is a QScintilla widget and most...
We have to find out what version of QScintilla is used by your sqlitebrowser build. It seems a bug in that part. Maybe they are compiling with their own version...
I see in #2611 that the Fedora version is depending on a Fedora's qscintilla package. That package might be the source of the problem. This might of interest to @manisandro
I've implemented an option for setting the fixed format for the axes but the graph does not remove in that case the trailing zeros, so I had to set the...
I've made an adjustment, so in the fix format mode, big numbers (center greater than 999 and number of values greater than 10) get no decimal digits and smaller numbers...
Yes, this omission was a bit embarrassing. But it's now solved and will be available in the next [nightly build](https://github.com/sqlitebrowser/sqlitebrowser/wiki/Nightly-Builds). Could you confirm that everything is working fine?
Hi @tenbob. I'm fixed the two remaining cases that you reported, plus some minor adjustments to improve feedback. I haven't added the "Discard" button, though. I'm hesitant to change this...