Changeset 259 for trunk/synapse/Puzzlebox/Synapse/Interface.py
- Timestamp:
- 01/04/11 04:58:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synapse/Puzzlebox/Synapse/Interface.py
r223 r259 145 145 if os.path.exists(image_path): 146 146 self.labelPuzzleboxIcon.setPixmap(QtGui.QPixmap(image_path)) 147 148 149 if configuration.INTERFACE_TAB_POSITION == 'South': 150 self.tabWidget.setTabPosition(QtGui.QTabWidget.South) 151 else: 152 self.tabWidget.setTabPosition(QtGui.QTabWidget.North) 147 153 148 154
Note: See TracChangeset
for help on using the changeset viewer.