Gui: Add "px" suffix on preference page as width unit

This commit is contained in:
hasecilu
2024-09-04 14:26:50 -06:00
committed by Yorik van Havre
parent d26fa7047c
commit 8ae5f0c167
2 changed files with 6 additions and 0 deletions

View File

@@ -210,6 +210,9 @@
<property name="toolTip">
<string>Width of the notification in pixels</string>
</property>
<property name="suffix">
<string> px</string>
</property>
<property name="minimum">
<number>300</number>
</property>

View File

@@ -90,6 +90,9 @@ horizontal space in Python console</string>
<property name="toolTip">
<string>The interval at which the profiler runs when there's Python code running (to keep the GUI responding). Set to 0 to disable.</string>
</property>
<property name="suffix">
<string> ms</string>
</property>
<property name="minimum">
<number>0</number>
</property>