Kaydet (Commit) adbda5a5 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Andras Timar

HIG: 12 pixels from label to widget in file picker

Change-Id: Ia54eeae792efe65ca03ac08c8f5e70a7643a0b69
(cherry picked from commit d242f46f)
üst eff8e067
......@@ -206,8 +206,8 @@ SalGtkFilePicker::SalGtkFilePicker( const uno::Reference< uno::XComponentContext
gtk_container_add( GTK_CONTAINER( m_pAligns[i]), m_pLists[i] );
gtk_box_pack_end( GTK_BOX( m_pHBoxs[i] ), m_pAligns[i], false, false, 0 );
gtk_box_pack_end( GTK_BOX( m_pHBoxs[i] ), m_pListLabels[i], false, false, 0 );
gtk_box_set_spacing( GTK_BOX( m_pHBoxs[i] ), 12 );
gtk_box_pack_end( GTK_BOX( m_pVBox ), m_pHBoxs[i], false, false, 0 );
}
......
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