summaryrefslogtreecommitdiffstats
path: root/smdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Center Dialogs on screenArno2011-08-171-0/+15
Since I'm now using a tiling window manager dialogs have to center themselves on the screen. Otherwise they end up at QPoint(0,0). Not very nice. Subclassed QDialog to SmDialog and converted all dialogs.