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:
@ -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.",
|
||||||
|
BIN
bec_widgets/assets/app_icons/ui_loader_tile.png
Normal file
BIN
bec_widgets/assets/app_icons/ui_loader_tile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user