Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
db321eac
Commit
db321eac
authored
Apr 03, 2013
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] some fixed tooltip
parent
9879b9af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/qt4gui/controlPanel/WQtRoiTreeItem.cpp
src/qt4gui/controlPanel/WQtRoiTreeItem.cpp
+1
-1
No files found.
src/qt4gui/controlPanel/WQtRoiTreeItem.cpp
View file @
db321eac
...
...
@@ -83,7 +83,7 @@ WQtRoiTreeItem::WQtRoiTreeItem( QTreeWidgetItem * parent, osg::ref_ptr< WROI > r
grabWidget
->
setPixmap
(
WQt4Gui
::
getMainWindow
()
->
getIconManager
()
->
getIcon
(
"touchpoint_small"
).
pixmap
(
24
,
32
)
);
grabWidget
->
setSizePolicy
(
QSizePolicy
(
QSizePolicy
::
Preferred
,
QSizePolicy
::
Preferred
)
);
grabWidget
->
setFixedWidth
(
24
);
grabWidget
->
setToolTip
(
"Drag and drop th
ese textures
to change their
composition
ordering."
);
grabWidget
->
setToolTip
(
"Drag and drop th
is ROI
to change their ordering."
);
// style
QPalette
palette
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment