TypesettingTools / Aegisub

Cross-platform advanced subtitle editor
http://www.aegisub.org
Other
332 stars 494 forks source link

Weird spacing for numeric inputs #19

Open FichteFoll opened 5 years ago

FichteFoll commented 5 years ago

Since some update of wx, iirc, numeric inputs that have the up and down buttons attached have really odd spacing. I suspect their layout was changed in some wx update.

This is a recent master build on Arch (both this fork and original), but has been present for a longer time. Something between 0.5 and 1 year, probably?

Screenshots below:

2019-01-07_05-00-38

2019-01-07_05-04-36

Also results in a lot of

(aegisub:12152): Gtk-CRITICAL **: 05:02:20.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkSpinButton

messages on the console.

FichteFoll commented 5 years ago

In a similar fashion, some combo inputs are too small with their default width:

2019-01-07_05-07-18

I'm using the Arc-Dark-solid Gtk theme, btw.

Here's how it looks with Adwaita:

2019-01-07_05-09-10