I double-checked it to be sure. This is the code that controls GC button that appears in the shopping cart; it begins around line 1087 of googlecart.php:
function CheckoutButtonCode($size="large", $variant=true, $loc="en_US",
$showtext=true, $style="white")
You change "large" to either "medium" or "small" to adjust the button size. A couple more useful changes you can make:
$showtext=true can be changed to $showtext=false to turn off the "What is Google Checkout?" text link.
$style="white" can be changed to $style="trans" for a button with a clear background instead of white.