~blaze/+junk/ubiquity

« back to all changes in this revision

Viewing changes to ubiquity/frontend/kde_components/nmwidgets.py

  • Committer: blaze
  • Date: 2016-09-27 09:32:32 UTC
  • Revision ID: blaze@vivaldi.net-20160927093232-l61cyyyk2sva9dua
more porting

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
        self.spinner = Spinner()
300
300
 
301
301
        layout = QtWidgets.QHBoxLayout(self)
302
 
        layout.setMargin(0)
 
302
        #layout.setMargin(0)
303
303
        layout.addStretch()
304
304
        layout.addWidget(self.spinner)
305
305
        layout.addWidget(self.iconLabel)
366
366
            self._on_current_changed)
367
367
 
368
368
        layout = QtWidgets.QVBoxLayout(self)
369
 
        layout.setMargin(0)
 
369
        #layout.setMargin(0)
370
370
        layout.addWidget(self.view)
371
371
        layout.addWidget(self.progress_indicator)
372
372
        layout.addLayout(hlayout)