[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/office/kmymoney/kmymoney/views
From:       Cristian OneČ› <onet.cristian () gmail ! com>
Date:       2011-05-15 8:09:02
Message-ID: 20110515080902.609CDAC76D () svn ! kde ! org
[Download RAW message or body]

SVN commit 1232059 by conet:

Use the entire width of the home view to display the budgets section.

 M  +5 -5      khomeview.cpp  


--- trunk/extragear/office/kmymoney/kmymoney/views/khomeview.cpp #1232058:1232059
@@ -1345,19 +1345,19 @@
     d->m_html += "<div class=\"shadow\"><div class=\"displayblock\"><div \
class=\"summaryheader\">" + i18n("Budget") + "</div>\n<div \
class=\"gap\">&nbsp;</div>\n";  
     //display budget summary
-    d->m_html += "<table width=\"75%\" cellspacing=\"0\" cellpadding=\"2\" \
class=\"summarytable\" >"; +    d->m_html += "<table width=\"100%\" cellspacing=\"0\" \
cellpadding=\"2\" class=\"summarytable\" >";  d->m_html += "<tr \
class=\"itemtitle\">";  d->m_html += "<td class=\"left\" colspan=\"3\">";
     d->m_html += i18n("Current Month Summary");
     d->m_html += "</td></tr>";
     d->m_html += "<tr class=\"item\">";
-    d->m_html += "<td class=\"right\" width=\"33%\">";
+    d->m_html += "<td class=\"right\" width=\"50%\">";
     d->m_html += i18n("Budgeted");
     d->m_html += "</td>";
-    d->m_html += "<td class=\"right\" width=\"33%\">";
+    d->m_html += "<td class=\"right\" width=\"20%\">";
     d->m_html += i18n("Actual");
     d->m_html += "</td>";
-    d->m_html += "<td class=\"right\" width=\"33%\">";
+    d->m_html += "<td class=\"right\" width=\"20%\">";
     d->m_html += i18n("Difference");
     d->m_html += "</td></tr>";
 
@@ -1379,7 +1379,7 @@
 
     //budget overrun
     d->m_html += "<div class=\"gap\">&nbsp;</div>\n";
-    d->m_html += "<table width=\"75%\" cellspacing=\"0\" cellpadding=\"2\" \
class=\"summarytable\" >"; +    d->m_html += "<table width=\"100%\" cellspacing=\"0\" \
cellpadding=\"2\" class=\"summarytable\" >";  d->m_html += "<tr \
class=\"itemtitle\">";  d->m_html += "<td class=\"left\" colspan=\"4\">";
     d->m_html += i18n("Budget Overruns");


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic