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 Pim Libraries
Commits
7df0b128
Commit
7df0b128
authored
Nov 16, 2012
by
Laurent Montel
😁
Browse files
Fix Bug 276410 - Geometry issue - phone number widget doesn't resize
height FIXED-IN: 4.10 BUG: 276410
parent
2062dbb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
akonadi/contact/editor/contacteditorwidget.cpp
View file @
7df0b128
...
@@ -256,7 +256,7 @@ void ContactEditorWidget::Private::initGuiContactTab()
...
@@ -256,7 +256,7 @@ void ContactEditorWidget::Private::initGuiContactTab()
mPhonesWidget
=
new
PhoneEditWidget
;
mPhonesWidget
=
new
PhoneEditWidget
;
phonesLayout
->
addWidget
(
mPhonesWidget
,
0
,
0
);
phonesLayout
->
addWidget
(
mPhonesWidget
,
0
,
0
);
phonesLayout
->
setRowStretch
(
1
,
1
);
//
phonesLayout->setRowStretch( 1, 1 );
// setup categories section
// setup categories section
const
bool
nepomukInitialized
(
Nepomuk
::
ResourceManager
::
instance
()
->
initialized
()
);
const
bool
nepomukInitialized
(
Nepomuk
::
ResourceManager
::
instance
()
->
initialized
()
);
...
...
Write
Preview
Supports
Markdown
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