Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Workspace
Commits
d43015c1
Commit
d43015c1
authored
Aug 04, 2011
by
Jan Gerrit Marker
Browse files
Let the hide configuration dialog look better
Now the columns are resized to fit there content. REVIEW: 102210 BUG: 241277
parent
64b80147
Changes
1
Hide whitespace changes
Inline
Side-by-side
plasma/generic/applets/systemtray/ui/applet.cpp
View file @
d43015c1
...
...
@@ -405,6 +405,7 @@ void Applet::createConfigurationInterface(KConfigDialog *parent)
m_visibleItemsInterface
=
new
QWidget
();
m_autoHideUi
.
setupUi
(
m_autoHideInterface
.
data
());
m_autoHideUi
.
icons
->
header
()
->
setResizeMode
(
QHeaderView
::
ResizeToContents
);
m_visibleItemsUi
.
setupUi
(
m_visibleItemsInterface
.
data
());
...
...
@@ -529,7 +530,6 @@ void Applet::createConfigurationInterface(KConfigDialog *parent)
connect
(
button
,
SIGNAL
(
keySequenceChanged
(
QKeySequence
)),
parent
,
SLOT
(
settingsModified
()));
}
const
QString
itemCategories
=
i18nc
(
"Categories of items in the systemtray that will be shown or hidden"
,
"Shown Item Categories"
);
QStandardItem
*
applicationStatusItem
=
new
QStandardItem
();
...
...
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