Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
907e0e7f
Commit
907e0e7f
authored
Mar 12, 2010
by
Lasse Holmstedt
Browse files
Smaller Load column for plugin manager table
parent
68c49a65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/extensionsystem/pluginview.cpp
View file @
907e0e7f
...
...
@@ -91,6 +91,8 @@ PluginView::PluginView(PluginManager *manager, QWidget *parent)
m_errorIcon
=
QIcon
(
QLatin1String
(
":/extensionsystem/images/error.png"
));
m_notLoadedIcon
=
QIcon
(
QLatin1String
(
":/extensionsystem/images/notloaded.png"
));
m_ui
->
categoryWidget
->
setColumnWidth
(
C_LOAD
,
40
);
// cannot disable these
m_whitelist
<<
QString
(
"Core"
)
<<
QString
(
"Locator"
)
<<
QString
(
"Find"
)
<<
QString
(
"TextEditor"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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