Skip to content

Commit

Permalink
fix font size on main_ytdlp
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanslack committed Aug 10, 2023
1 parent 10a8b3f commit f107841
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ License: GPL3
Change Log:

+------------------------------------+
Mon, 17 Jul 2023 V.5.0.3
Thu, 10 Aug 2023 V.5.0.3

* [YouTube Downloader] New feature: subtitles editor, see #240
* [YouTube Downloader] Improved UI layout.
* "Apply" to "Ok" label for affirmative buttons in dialogs, as a button
labeled "Ok" means it will apply the settings and also close the dialog
itself.
* Fixed spaces between dialog buttons.
* Fixed minor bugs.

+------------------------------------+
Tue, 20 Jun 2023 V.5.0.2
Expand Down
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ videomass (5.0.3-1) UNRELEASED; urgency=medium
labeled "Ok" means it will apply the settings and also close the dialog
itself.
* Fixed spaces between dialog buttons.
* Fixed minor bugs.

-- Gianluca Pernigotto <[email protected]> Mon, 17 Jul 2023 18:00:00 +0200
-- Gianluca Pernigotto <[email protected]> Thu, 10 Aug 2023 11:00:00 +0200


videomass (5.0.2-1) UNRELEASED; urgency=medium
Expand Down
2 changes: 1 addition & 1 deletion videomass/vdms_ytdlp/main_ytdlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def videomass_tool_bar(self):
bmpstop = wx.Bitmap(self.icons['stop'], wx.BITMAP_TYPE_ANY)
bmpclear = wx.Bitmap(self.icons['cleanup'], wx.BITMAP_TYPE_ANY)

self.toolbar.SetFont(wx.Font(8, wx.DEFAULT, wx.NORMAL,
self.toolbar.SetFont(wx.Font(9, wx.DEFAULT, wx.NORMAL,
wx.NORMAL, 0, ""))

tip = _("Go to the previous panel")
Expand Down

0 comments on commit f107841

Please sign in to comment.