[Libreoffice-commits] .: Branch 'libreoffice-3-4' - cui/source
Noel Power
noelp at kemper.freedesktop.org
Mon Jan 30 03:35:21 PST 2012
cui/source/tabpages/border.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 27e607c744bd8cbb26b8a6bdf42384eb4f77888c
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jan 27 23:44:26 2012 +0100
SvxBorderTabPage: the minimal border width is 1 twip
Signed-off-by: Noel Power <noel.power at novell.com>
diff --git a/cui/source/tabpages/border.src b/cui/source/tabpages/border.src
index 10599d5..d1372c3 100644
--- a/cui/source/tabpages/border.src
+++ b/cui/source/tabpages/border.src
@@ -116,7 +116,7 @@ TabPage RID_SVXPAGE_BORDER
First = 25 ;
Last = 900 ;
Maximum = 900 ;
- Minimum = 25 ;
+ Minimum = 5 ;
DecimalDigits = 2 ;
Unit = FUNIT_POINT ;
};
More information about the Libreoffice-commits
mailing list