Skip to content

Commit

Permalink
Update another_example_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BorjaOteroFerreira committed Feb 26, 2024
1 parent b76df20 commit cd9494b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions another_example_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def init_ui(self):

# Maximizar la ventana para llenar la pantalla
self.showMaximized()
web_view.setZoomFactor(0.75) # Puedes ajustar el valor según sea necesario
web_view.setZoomFactor(0.75)

style_sheet = """
QMainWindow {
Expand All @@ -50,7 +50,6 @@ def run_flask_app(self):
if __name__ == '__main__':
app = QApplication([])

# Cambiar el nombre que se muestra en la barra de tareas de Mac
app.setApplicationDisplayName("IALab_Suite")

main_window = EmbeddedFlaskApp()
Expand Down

0 comments on commit cd9494b

Please sign in to comment.