summaryrefslogtreecommitdiffstats
path: root/copydialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement layout for CopyDialogArno2018-10-131-0/+53
Does nothing yet except close. This was harder than it should be: To keep a GridLayout expanding its cells vertically, you have to set the Alignment in the *parent* Layout. Took me a while to figure out...