projects
/
jiten-pai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ac996
)
* Show full path on browse button in dict properties dialog.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 23 Jun 2021 16:46:39 +0000
(18:46 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 23 Jun 2021 16:46:39 +0000
(18:46 +0200)
jiten-pai.py
patch
|
blob
|
history
diff --git
a/jiten-pai.py
b/jiten-pai.py
index e06e36598e09cb54ce060bb0d2d7d7e42b7a7fe5..6a52dfeb9fa548396ab728ccef8f34324895520e 100755
(executable)
--- a/
jiten-pai.py
+++ b/
jiten-pai.py
@@
-636,7
+636,7
@@
class dictDialog(QDialog):
self.name_edit = QLineEdit(name)
self.name_edit.setMinimumWidth(300)
self.name_edit.textChanged.connect(self.name_chg)
- self.path_edit = QPushButton(
os.path.basename(path)
)
+ self.path_edit = QPushButton(
path
)
self.path_edit.setStyleSheet("QPushButton {text-align: left; padding: 0.2em;}");
self.path_edit.setIcon(jpIcon.open)
self.path_edit.setMinimumWidth(300)