mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Open picture manager when clicking on the picture at the profile
This patch makes the click on pic == open picture browser works also on the profile instead of only on the list view.. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
259b73335f
commit
3f98f024e4
4 changed files with 18 additions and 7 deletions
|
@ -337,7 +337,6 @@ void DateWidget::paintEvent(QPaintEvent *event)
|
|||
QString year = mDate.toString("yyyy");
|
||||
QString day = mDate.toString("dd");
|
||||
|
||||
|
||||
QFont font = QFont("monospace", 10);
|
||||
QFontMetrics metrics = QFontMetrics(font);
|
||||
painter.setFont(font);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue