[meld/ui-next] filediff: Fix find bar grid attachment



commit 95924c831591a047e9472f7d9319e73325023111
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Mar 2 11:14:53 2019 +1000

    filediff: Fix find bar grid attachment

 meld/filediff.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meld/filediff.py b/meld/filediff.py
index ec5a752d..25dc1ac0 100644
--- a/meld/filediff.py
+++ b/meld/filediff.py
@@ -298,7 +298,7 @@ class FileDiff(Gtk.VBox, MeldDoc):
         )
 
         self.findbar = FindBar(self.grid)
-        self.grid.attach(self.findbar, 1, 2, 5, 1)
+        self.grid.attach(self.findbar, 0, 2, 10, 1)
 
         self.set_num_panes(num_panes)
         self.cursor = CursorDetails()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]