You're not showing that there are controls (wxChoice/wxComboBoxes) in the other toolbars. These controls determine the height of the toolbar. I suppose changing the font for these controls would do it, but I've not experimented. Patches welcome.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I've considered the combo boxes (the Compiler toolbox has a combo). I tried to disable the Compiler toolbox or decrease the font size. But the situation has not changed much. Maybe it's a limitation of GTK widgets. Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The font size should be changed when creating the control. This means that you can do it only if you modify C::B.
On some of the platforms we support the toolbar size is variable, so it depends on the tallest element in the row. But I don't remember which platform behaved like this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried with 1.0 / 96 / Cantarell Regular 11 | 9 | 6 (in Gnome tweaks). The GTK theme is Adwaita. Also, the combo is actually the tallest element. So it might blame to GTK. Feel free to close this if it's the reason. Thanks!
Last edit: orzun 2020-12-31
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You're not showing that there are controls (wxChoice/wxComboBoxes) in the other toolbars. These controls determine the height of the toolbar. I suppose changing the font for these controls would do it, but I've not experimented. Patches welcome.
Yes, I've considered the combo boxes (the
Compiler
toolbox has a combo). I tried to disable theCompiler
toolbox or decrease the font size. But the situation has not changed much. Maybe it's a limitation of GTK widgets. Thanks!The font size should be changed when creating the control. This means that you can do it only if you modify C::B.
On some of the platforms we support the toolbar size is variable, so it depends on the tallest element in the row. But I don't remember which platform behaved like this.
What is the scaling factor you're using? What is your monitors DPI? What is the GTK UI font size?
I tried with 1.0 / 96 / Cantarell Regular 11 | 9 | 6 (in Gnome tweaks). The GTK theme is Adwaita. Also, the combo is actually the tallest element. So it might blame to GTK. Feel free to close this if it's the reason. Thanks!
Last edit: orzun 2020-12-31