nm-l2tp / NetworkManager-l2tp

L2TP and L2TP/IPsec support for NetworkManager
GNU General Public License v2.0
486 stars 83 forks source link

No left margin (or padding) for all controls and settings on PPP settings window... #197

Closed dasnoopy closed 1 year ago

dasnoopy commented 1 year ago

I think that left margin (or padding) in the PPP options windows is not correct...

Screencast from 2022-11-15 19-21-30.webm

here how it should be ( https://github.com/nm-l2tp/NetworkManager-l2tp/wiki/Screenshots ) :-)

Regards Andrea

dkosovic commented 1 year ago

I think it is related to commit# https://github.com/nm-l2tp/NetworkManager-l2tp/commit/386f310fa11ed918ff3f2156f101297cec933140 which removed a border-width (aka border_width) property that was set to 5, because the border-width property is no longer supported by GTK 4.

Not sure yet what a fix will be.