mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Unify icon metrics
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
72b256de62
commit
32ab2b34d3
9 changed files with 72 additions and 70 deletions
|
|
@ -28,13 +28,6 @@ public:
|
|||
EXPANDED
|
||||
};
|
||||
|
||||
struct IconMetrics {
|
||||
int small;
|
||||
int medium;
|
||||
int big;
|
||||
int spacing;
|
||||
};
|
||||
|
||||
explicit ToolTipItem(QGraphicsItem *parent = 0);
|
||||
virtual ~ToolTipItem();
|
||||
|
||||
|
|
@ -68,8 +61,6 @@ private:
|
|||
int lastTime;
|
||||
|
||||
QList<QGraphicsItem*> oldSelection;
|
||||
|
||||
static IconMetrics iconMetrics;
|
||||
};
|
||||
|
||||
#endif // DIVETOOLTIPITEM_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue