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
Utilities
Kate
Commits
e4d52911
Commit
e4d52911
authored
Oct 06, 2022
by
Kåre Särs
Browse files
Add SQL Schema tool-view to the unified non-margin list
parent
b8ad2616
Pipeline
#242686
passed with stage
in 7 minutes and 13 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
addons/katesql/schemabrowserwidget.cpp
View file @
e4d52911
...
...
@@ -15,6 +15,7 @@ SchemaBrowserWidget::SchemaBrowserWidget(QWidget *parent, SQLManager *manager)
,
m_schemaWidget
(
new
SchemaWidget
(
this
,
manager
))
{
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
this
);
layout
->
setContentsMargins
(
0
,
0
,
0
,
0
);
layout
->
addWidget
(
m_schemaWidget
);
setLayout
(
layout
);
}
...
...
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