Created attachment 9300 Attached screenshot. The License text box in xfce4-about -> "Copyright" -> "GPL", "LGPL", and "BSD" buttons is too small. See attached screenshot.
A simple glade modification to the glade ui file fixed this for me: --- a/xfce4-about/xfce4-about-dialog.glade +++ b/xfce4-about/xfce4-about-dialog.glade @@ -307,7 +307,7 @@ NO WARRANTY </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing>
Ignore the first "glade" in that sentence. Sorry. I get confused when multitasking.
Can you please attach a patch generated with git format-patch?
Created attachment 9336 set expand property to true. Sure.
That's not a patch, with git format-patch it contains commit (author/date) information. If you don't care about attributions, let me know so I can push the patch as if I authored it. If you are still interested sending a proper patch, you first need to commit your changes and then run "git format-patch -1".
You can push it as it is.
Andre Miranda referenced this bugreport in commit 74185009b1c002cab4e180011d77c64ba23e2c77 Fix license text box too small (Bug #16259) https://git.xfce.org/xfce/libxfce4ui/commit?id=74185009b1c002cab4e180011d77c64ba23e2c77
Thanks for reporting and pointing the fix!