Gui: Add "px" suffix on preference page as width unit
This commit is contained in:
committed by
Yorik van Havre
parent
d26fa7047c
commit
8ae5f0c167
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user