Alexander Nicolaysen Sørnes : screenshots: Add some space between title bars

Chris Morgan cmorgan at winehq.org
Mon Jul 7 21:12:12 CDT 2008


Module: appdb
Branch: master
Commit: 36de1a0d78a4d0ea9f6b62f8a5c3d6a4ad5a4031
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=36de1a0d78a4d0ea9f6b62f8a5c3d6a4ad5a4031

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Jul  6 18:23:02 2008 +0200

screenshots: Add some space between title bars

---

 screenshots.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/screenshots.php b/screenshots.php
index b81c53d..aa55225 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -62,6 +62,7 @@ $oVersion = new Version($aClean['iVersionId']);
 
 if($hResult && query_num_rows($hResult))
 {
+    echo '&nbsp'; // Add some space between title bars
     echo html_frame_start("Screenshot Gallery for ".$oApp->sName, 500);
 
     // display thumbnails
@@ -72,6 +73,8 @@ if($hResult && query_num_rows($hResult))
     $bUserIsMaintainerOfVersion = false;
 
     echo "<div align=center><table><tr>\n";
+    echo '&nbsp'; // Add some space between title bars
+
     while($oRow = query_fetch_object($hResult))
     {
         // if the current version changed then update the current version




More information about the wine-cvs mailing list