Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
07ac6bca
Commit
07ac6bca
authored
Jul 30, 2010
by
Lasse Holmstedt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wrap text in EditorView's info bar
Reviewed-by: con
parent
fb72a54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugins/coreplugin/editormanager/editorview.cpp
src/plugins/coreplugin/editormanager/editorview.cpp
+1
-1
No files found.
src/plugins/coreplugin/editormanager/editorview.cpp
View file @
07ac6bca
...
...
@@ -105,8 +105,8 @@ EditorView::EditorView(QWidget *parent) :
hbox
->
setMargin
(
2
);
m_infoWidgetLabel
=
new
QLabel
(
"Placeholder"
);
m_infoWidgetLabel
->
setForegroundRole
(
QPalette
::
ToolTipText
);
m_infoWidgetLabel
->
setWordWrap
(
true
);
hbox
->
addWidget
(
m_infoWidgetLabel
);
hbox
->
addStretch
(
1
);
m_infoWidgetButton
=
new
QToolButton
;
m_infoWidgetButton
->
setText
(
tr
(
"Placeholder"
));
...
...
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