diff options
Diffstat (limited to 'src/components/text.ui')
| -rw-r--r-- | src/components/text.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/text.ui b/src/components/text.ui index 13d3467..b62e0ed 100644 --- a/src/components/text.ui +++ b/src/components/text.ui @@ -427,6 +427,9 @@ <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> + <property name="text"> + <string>255,255,255</string> + </property> </widget> </item> <item> @@ -485,6 +488,9 @@ <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> + <property name="text"> + <string>0,0,0</string> + </property> </widget> </item> <item> |
