diff --git a/optionalmsgdialog.py b/optionalmsgdialog.py index c456e98..7e038f0 100644 --- a/optionalmsgdialog.py +++ b/optionalmsgdialog.py @@ -51,7 +51,7 @@ class OptionalMessageDialog(QDialog): self.theLabel.setWordWrap(True) self.theLabel.setWordWrap(True) self.theLabel.setTextFormat( Qt.RichText ) - self.theLabel.setTextInteractionFlags( Qt.LinksAccessibleByMouse | Qt.LinksAccessibleByKeyboard ) + self.theLabel.setTextInteractionFlags( Qt.TextSelectableByMouse | Qt.LinksAccessibleByMouse | Qt.LinksAccessibleByKeyboard ) l.addWidget( self.theLabel ) l.insertSpacing ( -1, 10 ) diff --git a/taggerwindow.ui b/taggerwindow.ui index 9de2c79..19061b1 100644 --- a/taggerwindow.ui +++ b/taggerwindow.ui @@ -233,6 +233,9 @@ + + true + 0 @@ -367,7 +370,7 @@ - -1 + 6 3 @@ -500,7 +503,7 @@ QFormLayout::AllNonFixedFieldsGrow - -1 + 6 @@ -996,44 +999,6 @@ - - - Pages - - - - - - true - - - QAbstractItemView::InternalMove - - - Qt::MoveAction - - - QListView::Snap - - - QListView::Adjust - - - - 100 - 170 - - - - QListView::IconMode - - - true - - - - - @@ -1048,7 +1013,7 @@ 0 0 1030 - 22 + 21 diff --git a/todo.txt b/todo.txt index b6933da..d3558dd 100644 --- a/todo.txt +++ b/todo.txt @@ -17,6 +17,7 @@ Style sheets for windows/mac/linux Bugs ----------------------------------------------------- Windows zip and rar: set proper path for writing to archive + set working dir for sys calls SERIOUS BUG: rebuilding zips! http://stackoverflow.com/questions/11578443/trigger-io-errno-18-cross-device-link