|
|
@ -119,7 +119,7 @@ class PassUi(wx.Frame):
|
|
|
|
label = self.get_pass_path_from_index(index, "password")
|
|
|
|
label = self.get_pass_path_from_index(index, "password")
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
label = self.curdir.replace(self.topdir, '')
|
|
|
|
label = self.curdir.replace(self.topdir, '')
|
|
|
|
btn = wx.Button(self.pnl, label=label)
|
|
|
|
btn = wx.Button(self.pnl, label=label + '⤴')
|
|
|
|
font = btn.GetFont().MakeItalic().MakeBold()
|
|
|
|
font = btn.GetFont().MakeItalic().MakeBold()
|
|
|
|
btn.SetFont(font)
|
|
|
|
btn.SetFont(font)
|
|
|
|
return btn
|
|
|
|
return btn
|
|
|
|