[ooo-build-commit] .: patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Jan 28 20:54:04 PST 2010
patches/dev300/calc-insert-new-sheet-tab-svtools.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e829c94488e2d93a6e85d460407972721ef5b20
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Jan 28 23:53:10 2010 -0500
Make the insert-sheet tab wider by 2 pixels.
* patches/dev300/calc-insert-new-sheet-tab-svtools.diff:
diff --git a/patches/dev300/calc-insert-new-sheet-tab-svtools.diff b/patches/dev300/calc-insert-new-sheet-tab-svtools.diff
index 35b3f53..15b16d6 100644
--- a/patches/dev300/calc-insert-new-sheet-tab-svtools.diff
+++ b/patches/dev300/calc-insert-new-sheet-tab-svtools.diff
@@ -848,7 +848,7 @@ index bfa6825..03176e5 100644
+ Rectangle aInsTabRect = pItem->maRect;
+ aInsTabRect.setX(
+ aInsTabRect.getX() + aInsTabRect.getWidth() - TABBAR_OFFSET_X - TABBAR_OFFSET_X2);
-+ aInsTabRect.setWidth(30);
++ aInsTabRect.setWidth(32);
+ return aInsTabRect;
+ }
+ return Rectangle();
More information about the ooo-build-commit
mailing list