cui/uiconfig/ui/bulletandposition.ui | 3 +-- sd/source/ui/dlg/BulletAndPositionDlg.cxx | 4 ---- solenv/sanitizers/ui/cui.suppr | 7 ------- 3 files changed, 1 insertion(+), 13 deletions(-)
New commits: commit 23933b8e906028287195578a8d7b167b899207cc Author: Caolán McNamara <[email protected]> AuthorDate: Sun Feb 8 20:19:01 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Feb 9 09:18:36 2026 +0100 Resolves: tdf#170463 width request of preview changes during editing so on clicking "1-10" and then increasing the "width" spinbutton value grows the width of the preview, increasing the width of the gtk version and crushing the content of the gen version. Shrink the width of the level selection area to it's natural width. Increase the initial width of the preview area by 50% to give it more space and stop resizing it on changes. Change-Id: Iec19b1ced2ec035740f5a173bb6c774fdd70efe3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198915 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui index f792235df49a..75c8a2b23c23 100644 --- a/cui/uiconfig/ui/bulletandposition.ui +++ b/cui/uiconfig/ui/bulletandposition.ui @@ -188,7 +188,6 @@ <property name="shadow-type">in</property> <child> <object class="GtkTreeView" id="levellb"> - <property name="width-request">75</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="model">liststore1</property> @@ -1111,7 +1110,7 @@ <property name="can-focus">False</property> <child> <object class="GtkDrawingArea" id="preview"> - <property name="width-request">150</property> + <property name="width-request">225</property> <property name="visible">True</property> <property name="can-focus">False</property> </object> diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx b/sd/source/ui/dlg/BulletAndPositionDlg.cxx index a2aa3d155c88..ef3bd75daed8 100644 --- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx +++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx @@ -1213,10 +1213,6 @@ IMPL_LINK(SvxBulletAndPositionDlg, DistanceHdl_Impl, weld::MetricSpinButton&, rF { m_xDistBorderMF->set_text(u""_ustr); } - - sal_Int32 aLastLevelLSpace - = pActNum->GetLevel(pActNum->GetLevelCount() - 1).GetAbsLSpace() / 40; - m_aPreviewWIN.set_size_request(aLastLevelLSpace, 300); } IMPL_LINK(SvxBulletAndPositionDlg, RelativeHdl_Impl, weld::Toggleable&, rBox, void) commit aeba607ceca686637e52351bba1519be9f94a8a3 Author: Caolán McNamara <[email protected]> AuthorDate: Sun Feb 8 20:18:46 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Feb 9 09:18:25 2026 +0100 drop some unused suppressions Change-Id: I8fa40380e310cf1a281077d45c3697bfbfe3cf3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198914 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/solenv/sanitizers/ui/cui.suppr b/solenv/sanitizers/ui/cui.suppr index e5d902c68c90..95949af670b4 100644 --- a/solenv/sanitizers/ui/cui.suppr +++ b/solenv/sanitizers/ui/cui.suppr @@ -9,7 +9,6 @@ cui/uiconfig/ui/baselinksdialog.ui://GtkLabel[@id='TYPE2'] orphan-label cui/uiconfig/ui/baselinksdialog.ui://GtkLabel[@id='UPDATE'] orphan-label cui/uiconfig/ui/baselinksdialog.ui://GtkLabel[@id='FULL_SOURCE_NAME'] orphan-label cui/uiconfig/ui/baselinksdialog.ui://GtkLabel[@id='FULL_TYPE_NAME'] orphan-label -cui/uiconfig/ui/imagetabpage.ui://GtkSpinButton[@id='tileoffmtr'] no-labelled-by cui/uiconfig/ui/cellalignment.ui://GtkLabel[@id='labelSTR_BOTTOMLOCK'] orphan-label cui/uiconfig/ui/cellalignment.ui://GtkLabel[@id='labelSTR_TOPLOCK'] orphan-label cui/uiconfig/ui/cellalignment.ui://GtkLabel[@id='labelSTR_CELLLOCK'] orphan-label @@ -126,12 +125,6 @@ cui/uiconfig/ui/pageformatpage.ui://GtkSpinButton[@id='spinMargRight'] duplicate cui/uiconfig/ui/pageformatpage.ui://GtkLabel[@id='labelMsg'] orphan-label cui/uiconfig/ui/paragalignpage.ui://GtkLabel[@id='labelST_RIGHTALIGN_ASIAN'] orphan-label cui/uiconfig/ui/paragalignpage.ui://GtkLabel[@id='labelST_LEFTALIGN_ASIAN'] orphan-label -cui/uiconfig/ui/paraindentspacing.ui://GtkLabel[@id='labelST_LINEDIST_ABS'] orphan-label -cui/uiconfig/ui/paraindentspacing.ui://GtkComboBoxText[@id='comboLB_LINEDIST'] no-labelled-by -cui/uiconfig/ui/paraindentspacing.ui://GtkLabel[@id='labelFT_LINEDIST'] orphan-label -cui/uiconfig/ui/paraindentspacing.ui://GtkSpinButton[@id='spinED_BLANK'] no-labelled-by -cui/uiconfig/ui/paraindentspacing.ui://GtkSpinButton[@id='spinED_LINEDISTPERCENT'] no-labelled-by -cui/uiconfig/ui/paraindentspacing.ui://GtkSpinButton[@id='spinED_LINEDISTMETRIC'] no-labelled-by cui/uiconfig/ui/password.ui://GtkLabel[@id='label1'] orphan-label cui/uiconfig/ui/pastespecial.ui://GtkLabel[@id='label2'] orphan-label cui/uiconfig/ui/pastespecial.ui://GtkLabel[@id='source'] orphan-label
