diff options
author | Jim Evins <evins@snaught.com> | 2010-06-12 12:20:29 -0400 |
---|---|---|
committer | Jim Evins <evins@snaught.com> | 2010-06-12 12:35:02 -0400 |
commit | 3f4bd5d778015e524870eeb8bf89ad5bd615eabe (patch) | |
tree | b5d31fff2a5679f238066b13b63a44b3474c6cec /data | |
parent | fe7a2fbf407047c5d69ccc93e9d5a6cb92d08871 (diff) |
Cleanup of shadows for boxes and ellipses.
Do a more intelligent job of drawing shadows for boxes and ellipses. Instead
of just blindly drawing a fill shadow and an outline shadow, choose to draw
one or the other and adjust size of shadow appropriately.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/object-editor.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/object-editor.ui b/data/ui/object-editor.ui index 395882f..43ac7f7 100644 --- a/data/ui/object-editor.ui +++ b/data/ui/object-editor.ui @@ -2176,7 +2176,7 @@ <object class="GtkAdjustment" id="adjustment3"> <property name="value">1</property> <property name="lower">0.25</property> - <property name="upper">4</property> + <property name="upper">10</property> <property name="step_increment">0.25</property> <property name="page_increment">1</property> </object> |