diff options
| author | tassaron | 2017-08-15 22:20:25 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-15 22:20:25 -0400 |
| commit | a1d7cbb984f2a6c2ea976daa8914a2c9845ee21c (patch) | |
| tree | d1129d435b0548f4538bf0099cd82013c2fc1f7d /src/components/color.ui | |
| parent | 733c005eeaf5d3ff15e0f60d320f5c03472bad60 (diff) | |
undoable edits for normal component settings; TODO: merge small edits
Diffstat (limited to 'src/components/color.ui')
| -rw-r--r-- | src/components/color.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/color.ui b/src/components/color.ui index a9dacea..1865e60 100644 --- a/src/components/color.ui +++ b/src/components/color.ui @@ -73,6 +73,9 @@ <height>0</height> </size> </property> + <property name="text"> + <string>0,0,0</string> + </property> <property name="maxLength"> <number>12</number> </property> @@ -146,6 +149,9 @@ <height>0</height> </size> </property> + <property name="text"> + <string>133,133,133</string> + </property> <property name="maxLength"> <number>12</number> </property> |
