git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH QGit] Remove the extra margin from the revision view
@ 2009-06-12 12:08 Markus Heidelberg
  0 siblings, 0 replies; only message in thread
From: Markus Heidelberg @ 2009-06-12 12:08 UTC (permalink / raw
  To: Marco Costalba; +Cc: git, Markus Heidelberg

The patch and file views don't have such a margin, so this is for
consistency and saving screen space.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 src/revsview.ui |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/revsview.ui b/src/revsview.ui
index 81851b7..520415c 100644
--- a/src/revsview.ui
+++ b/src/revsview.ui
@@ -13,6 +13,12 @@
    <string>Rev list</string>
   </property>
   <layout class="QHBoxLayout" >
+   <property name="spacing" >
+    <number>0</number>
+   </property>
+   <property name="margin" >
+    <number>0</number>
+   </property>
    <item>
     <widget class="QSplitter" name="horizontalSplitter" >
      <property name="orientation" >
-- 
1.6.3.2.236.ge505d

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-12 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-12 12:08 [PATCH QGit] Remove the extra margin from the revision view Markus Heidelberg

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).