~ubuntu-branches/ubuntu/vivid/git-cola/vivid-proposed

« back to all changes in this revision

Viewing changes to cola/widgets/grep.py

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2014-09-06 09:21:48 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20140906092148-flthdpxj2ytedr6d
Tags: 2.0.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
        self.close_button = QtGui.QPushButton(N_('Close'))
118
118
 
119
119
        self.input_layout = QtGui.QHBoxLayout()
120
 
        self.input_layout.setMargin(0)
 
120
        self.input_layout.setMargin(defs.no_margin)
121
121
        self.input_layout.setSpacing(defs.button_spacing)
122
122
 
123
123
        self.bottom_layout = QtGui.QHBoxLayout()
124
 
        self.bottom_layout.setMargin(0)
 
124
        self.bottom_layout.setMargin(defs.no_margin)
125
125
        self.bottom_layout.setSpacing(defs.button_spacing)
126
126
 
127
127
        self.mainlayout = QtGui.QVBoxLayout()