summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-06 11:29:07 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-01-06 16:04:36 +0100
commite216deb1cddd398a42ea85fb51e529ed8db31628 (patch)
tree360564a9cd326898ee8e7fc24a15931fefa50169 /sc
parent9aa7da21e428111cbc708107c4efd75df4ea1fa2 (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/+/86270 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc')
-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 4471ea81f80b..31c08df05e2a 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)
{