~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to stickynotes/gui.py

  • Committer: Umang Varma
  • Date: 2018-06-02 01:50:48 UTC
  • Revision ID: git-v1:7cedcd475da0881606b39f10d7bc18fa3714b914
ColorsĀ areĀ back

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        self.winMain = self.builder.get_object("MainWindow")
66
66
 
67
67
        # Get necessary objects
68
 
        self.winMain.set_name("main-window")
69
68
        widgets = ["txtNote", "bAdd", "imgAdd", "imgResizeR", "eResizeR",
70
69
                "bLock", "imgLock", "imgUnlock", "imgClose", "imgDropdown",
71
70
                "bClose", "confirmDelete", "movebox1", "movebox2"]