Skip to content

Commit

Permalink
Add a scrollbar to the main grid (#70)
Browse files Browse the repository at this point in the history
- Use scrollbar on low resolution displays
  where the whole window is not visible
  simultaneously
  • Loading branch information
hsbasu authored Feb 15, 2024
1 parent 32c956d commit 8a5b7d1
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 360 deletions.
2 changes: 1 addition & 1 deletion src/SimplePwgen/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def on_showhide_button(self, entry, icon_pos, event):
def on_copy_button(self, widget):
self.clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD)
self.clipboard.set_text(self.ferVar.decrypt(self.encpasswd).decode(), -1)

def load_css(self, color: str):
css_provider = Gtk.CssProvider()
Priority = Gtk.STYLE_PROVIDER_PRIORITY_USER
Expand Down
Loading

0 comments on commit 8a5b7d1

Please sign in to comment.