0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

fix(launch_window): update LaunchTile icon to use new UI loader tile image

This commit is contained in:
2025-04-14 21:56:27 +02:00
parent 3089ca15ec
commit 3cd6e05b24
2 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class LaunchWindow(BECMainWindow):
self.tile_auto_update.setFixedSize(250, 300) self.tile_auto_update.setFixedSize(250, 300)
self.tile_ui_file = LaunchTile( self.tile_ui_file = LaunchTile(
icon_path=os.path.join(MODULE_PATH, "assets", "app_icons", "auto_update.png"), icon_path=os.path.join(MODULE_PATH, "assets", "app_icons", "ui_loader_tile.png"),
top_label="Get customized", top_label="Get customized",
main_label="Launch Custom UI File", main_label="Launch Custom UI File",
description="GUI application with custom UI file.", description="GUI application with custom UI file.",

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB