summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-06 11:29:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-06 13:34:04 +0100
commit884714b336696202adffe6f4684127c0f2758c14 (patch)
tree0d273f20392c4b994fa0c6be46f6a54bb71b2774
parent0696f25a2b5f8254d20927ccd5ab25b69431dbb5 (diff)
Resolves: tdf#129586 icon combobox is not in the same grid as the others
so it doesn't take 1/3rd dialog width automatically, let it take its natural width Change-Id: If42c153976431d408c343e64c1bc5b301fdb5b0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86269 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 8c83b502647e..5fa2f35cee8b 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -1332,8 +1332,6 @@ ScIconSetFrmtDataEntry::ScIconSetFrmtDataEntry(weld::Container* pParent, ScIconS
, mxLbEntryType(mxBuilder->weld_combo_box("listbox"))
, mpContainer(pParent)
{
- mxLbEntryType->set_size_request(CommonWidgetWidth, -1);
-
mxImgIcon->set_from_icon_name(ScIconSetFormat::getIconName(eType, i));
if(pEntry)
{