Kaydet (Commit) d430e8e5 authored tarafından Szymon Kłos's avatar Szymon Kłos

sidebar: adaptable paragraph indent icon size

Change-Id: I4f000ffb3fee660e6bf9efa9592617f1d037f17c
üst a743b7ca
......@@ -167,11 +167,7 @@ void ParaPropertyPanel::InitToolBoxIndent()
mpRightIndent->SetModifyHdl( aLink );
mpFLineIndent->SetModifyHdl( aLink );
const sal_uInt16 nIdIncrement = mpTbxIndent_IncDec->GetItemId(UNO_INCREMENTINDENT);
const sal_uInt16 nIdDecrement = mpTbxIndent_IncDec->GetItemId(UNO_DECREMENTINDENT);
const sal_uInt16 nIdHanging = mpTbxIndent_IncDec->GetItemId(UNO_HANGINGINDENT);
mpTbxIndent_IncDec->SetItemImage(nIdIncrement, maIncIndentControl.GetIcon());
mpTbxIndent_IncDec->SetItemImage(nIdDecrement, maDecIndentControl.GetIcon());
mpTbxIndent_IncDec->SetItemImage(nIdHanging, maIndHang);
mpTbxIndent_IncDec->SetSelectHdl(LINK( this, ParaPropertyPanel, ClickIndent_IncDec_Hdl_Impl ));
......
......@@ -436,7 +436,7 @@
</packing>
</child>
<child>
<object class="GtkToolbar" id="indent">
<object class="sfxlo-SidebarToolBox" id="indent">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment