gui-utilities 1.2.1__tar.gz → 1.2.3__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.1
3
+ Version: 1.2.3
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
@@ -253,12 +253,9 @@ def create_text_box(
253
253
  toggle_text_visibility_action.setDefaultWidget(toggle_text_visibility_button)
254
254
  style_sheet = f"""
255
255
  QToolButton {{
256
- border: none;
257
- margin-right: 10px;
258
- }}
259
- QToolButton:hover, QToolButton:pressed {{
260
256
  background-color: transparent;
261
257
  border: none;
258
+ margin-right: 10px;
262
259
  }}
263
260
  """
264
261
  toggle_text_visibility_button.setStyleSheet(style_sheet)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gui_utilities
3
- Version: 1.2.1
3
+ Version: 1.2.3
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.1"
3
+ version = "1.2.3"
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