mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3bee19f8ce | |||
ac6fb661a4 |
@ -1,4 +1,4 @@
|
||||
__version__ = "4.5.8"
|
||||
__version__ = "4.5.9"
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
@ -143,7 +143,6 @@ class CTk(tkinter.Tk):
|
||||
def apply_geometry_scaling(self, geometry_string):
|
||||
value_list = re.split(r"[x+-]", geometry_string)
|
||||
separator_list = re.split(r"\d+", geometry_string)
|
||||
print(separator_list)
|
||||
|
||||
if len(value_list) == 2:
|
||||
scaled_width = str(round(int(value_list[0]) * self.window_scaling))
|
||||
|
@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
||||
github_url = "https://github.com/TomSchimansky/CustomTkinter"
|
||||
|
||||
[tool.tbump.version]
|
||||
current = "4.5.8"
|
||||
current = "4.5.9"
|
||||
|
||||
# Example of a semver regexp.
|
||||
# Make sure this matches current_version before
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = customtkinter
|
||||
version = 4.5.8
|
||||
version = 4.5.9
|
||||
description = Create modern looking GUIs with Python
|
||||
long_description = CustomTkinter UI-Library\n\n[](https://github.com/TomSchimansky/CustomTkinter/blob/master/documentation_images/Windows_dark.png)\n\nMore Information: https://github.com/TomSchimansky/CustomTkinter
|
||||
long_description_content_type = text/markdown
|
||||
|
Reference in New Issue
Block a user