gui-utilities 1.1.12__tar.gz → 1.1.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gui-utilities might be problematic. Click here for more details.

Files changed (18) hide show
  1. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/PKG-INFO +1 -1
  2. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities/gui_utilities.py +3 -3
  3. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities.egg-info/PKG-INFO +1 -1
  4. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/pyproject.toml +1 -1
  5. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/LICENSE +0 -0
  6. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/README.md +0 -0
  7. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities/icons/checked_verification_mark_icon.png +0 -0
  8. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities/icons/focused_hide_text_icon.png +0 -0
  9. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities/icons/focused_show_text_icon.png +0 -0
  10. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities/icons/hide_text_icon.png +0 -0
  11. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities/icons/hover_verification_mark_icon.png +0 -0
  12. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities/icons/show_text_icon.png +0 -0
  13. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities/tlds/tlds_list.txt +0 -0
  14. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities.egg-info/SOURCES.txt +0 -0
  15. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities.egg-info/dependency_links.txt +0 -0
  16. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities.egg-info/requires.txt +0 -0
  17. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/gui_utilities.egg-info/top_level.txt +0 -0
  18. {gui_utilities-1.1.12 → gui_utilities-1.1.14}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gui_utilities
3
- Version: 1.1.12
3
+ Version: 1.1.14
4
4
  Summary: Librería de utilidades gráficas en PyQt6
5
5
  Author-email: Guido Iván Gross <grossguidoivan@gmail.com>
6
6
  Requires-Python: >=3.8
@@ -363,7 +363,7 @@ def create_checkbox(
363
363
  font_size = 14,
364
364
  font_color = "#ffffff",
365
365
  background_color = "#1e1e1e",
366
- padding = 15,
366
+ padding = 5,
367
367
  indicator_background_color = "#1e1e1e",
368
368
  indicator_border_width = 1,
369
369
  indicator_border_color = "#5c5c5c",
@@ -374,9 +374,9 @@ def create_checkbox(
374
374
  pressed_indicator_background_color = "#4a4a4a",
375
375
  pressed_indicator_border_width = 2,
376
376
  pressed_indicator_border_color = "#0078d7",
377
- checked_indicator_background_color = "#0078d7",
377
+ checked_indicator_background_color = "#ffffff",
378
378
  checked_indicator_border_width = 1,
379
- checked_indicator_border_color = "#0078d7",
379
+ checked_indicator_border_color = "#ffffff",
380
380
  disabled_font_color = "#888888",
381
381
  disabled_background_color = "#2d2d2d",
382
382
  disabled_border_width = 1,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gui_utilities
3
- Version: 1.1.12
3
+ Version: 1.1.14
4
4
  Summary: Librería de utilidades gráficas en PyQt6
5
5
  Author-email: Guido Iván Gross <grossguidoivan@gmail.com>
6
6
  Requires-Python: >=3.8
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gui_utilities"
3
- version = "1.1.12"
3
+ version = "1.1.14"
4
4
  description = "Librería de utilidades gráficas en PyQt6"
5
5
  authors = [{name = "Guido Iván Gross", email = "grossguidoivan@gmail.com"}]
6
6
  requires-python = ">=3.8"
File without changes
File without changes
File without changes