gui-utilities 1.2.3__tar.gz → 1.2.5__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gui_utilities
3
- Version: 1.2.3
3
+ Version: 1.2.5
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
@@ -651,8 +651,8 @@ def create_list_table(
651
651
  header_font_color = "#ffffff",
652
652
  header_font_weight = "bold",
653
653
  header_background_color = "#1e1e1e",
654
- header_border_width = 0,
655
- header_border_color = "#5c5c5c",
654
+ header_border_width = 1,
655
+ header_border_color = "#1e1e1e",
656
656
  hover_header_background_color = "#333333",
657
657
  hover_header_border_width = 3,
658
658
  hover_header_border_color = "#777777",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gui_utilities
3
- Version: 1.2.3
3
+ Version: 1.2.5
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.2.3"
3
+ version = "1.2.5"
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