no space between number and percent or degree mark - consistency
This commit is contained in:
parent
b1f5616276
commit
6a8350377b
3 changed files with 8 additions and 13 deletions
|
@ -1151,12 +1151,6 @@ ColorPickerDialog::ColorPickerDialog( Window* pParent, sal_Int32 nColor, sal_Int
|
|||
{
|
||||
FreeResource();
|
||||
|
||||
String sUnitText;
|
||||
sUnitText.Append( ' ' );
|
||||
sUnitText.Append( (sal_Unicode) 0xb0 );
|
||||
|
||||
maMFHue.SetCustomUnitText( sUnitText );
|
||||
|
||||
Link aLink( LINK( this, ColorPickerDialog, ColorModifyHdl ) );
|
||||
maColorField.SetModifyHdl( aLink );
|
||||
maColorSlider.SetModifyHdl( aLink );
|
||||
|
|
|
@ -312,6 +312,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
|
|||
Maximum = 360 ;
|
||||
Last = 360 ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = "°" ;
|
||||
};
|
||||
|
||||
FixedText CT_SATURATION
|
||||
|
@ -333,7 +334,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
|
|||
Maximum = 100 ;
|
||||
Last = 100 ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = " %" ;
|
||||
CustomUnitText = "%" ;
|
||||
};
|
||||
|
||||
FixedText CT_BRIGHTNESS
|
||||
|
@ -355,7 +356,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
|
|||
Maximum = 100 ;
|
||||
Last = 100 ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = " %" ;
|
||||
CustomUnitText = "%" ;
|
||||
};
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
@ -388,7 +389,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
|
|||
Maximum = 100 ;
|
||||
Last = 100 ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = " %" ;
|
||||
CustomUnitText = "%" ;
|
||||
};
|
||||
|
||||
FixedText CT_MAGENTA
|
||||
|
@ -410,7 +411,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
|
|||
Maximum = 100 ;
|
||||
Last = 100 ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = " %" ;
|
||||
CustomUnitText = "%" ;
|
||||
};
|
||||
|
||||
FixedText CT_YELLOW
|
||||
|
@ -432,7 +433,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
|
|||
Maximum = 100 ;
|
||||
Last = 100 ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = " %" ;
|
||||
CustomUnitText = "%" ;
|
||||
};
|
||||
|
||||
FixedText CT_KEY
|
||||
|
@ -454,7 +455,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
|
|||
Maximum = 100 ;
|
||||
Last = 100 ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = " %" ;
|
||||
CustomUnitText = "%" ;
|
||||
};
|
||||
|
||||
// ------------------------------------------------------
|
||||
|
|
|
@ -71,7 +71,7 @@ ModalDialog RID_SVXDLG_ZOOM
|
|||
HelpID = "cui:RadioButton:RID_SVXDLG_ZOOM:BTN_100";
|
||||
Pos = MAP_APPFONT ( 12 , 53 ) ;
|
||||
Size = MAP_APPFONT ( 105, 10 ) ;
|
||||
Text = "~100 %" ;
|
||||
Text = "~100%" ;
|
||||
};
|
||||
RadioButton BTN_USER
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue