Skip to content

Commit

Permalink
chore: examples in gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaIceF committed Aug 24, 2024
1 parent 3850fef commit 0d0f59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Gallery for siui/start.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import sys
import time

from PyQt5.QtCore import QTimer, Qt
from PyQt5.QtCore import QTimer
from PyQt5.QtWidgets import QApplication
from ui import MySiliconApp

import siui
from siui.core.globals import SiGlobal

siui.gui.set_scale_factor(1)
#siui.gui.set_scale_factor(1)


def show_version_message(window):
Expand Down

0 comments on commit 0d0f59a

Please sign in to comment.