Summary: | A few double-margin fixes | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Aurelien Gateau <agateau> |
Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Fix for double margins in server settings dialogs |
Looks good to me :). Want to commit yourself or should I? Just committed it, thanks. |
Created attachment 49307 [details] Fix for double margins in server settings dialogs The server settings dialogs have double-margins in a few areas. This leads to empty space which could be used by the list views instead. Attached patch fix this. I had to replace the group boxes in the "servers" and "channels" part with plain widgets to achieve it.