Changeset 290 for trunk/src/gui/util/qsystemtrayicon.cpp
- Timestamp:
- Nov 5, 2009, 11:28:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/util/qsystemtrayicon.cpp
r284 r290 554 554 QSize sh = sizeHint(); 555 555 const int border = 1; 556 const int ah = 18, ao = 18, aw = 18, rc = 7; 556 const int ah = 18, ao = 18; 557 #if !((defined(QT_NO_XSHAPE) && defined(Q_WS_X11)) || defined(Q_WS_PM)) 558 const int aw = 18, rc = 7; 559 #endif 557 560 bool arrowAtTop = (pos.y() + sh.height() + ah < scr.height()); 558 561 bool arrowAtLeft = (pos.x() + sh.width() - ao < scr.width());
Note:
See TracChangeset
for help on using the changeset viewer.