diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2013-12-01 13:24:54 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-02 05:06:09 -0600 |
commit | e239f372c6abcd8371d0a666c828bf1c31195dd4 (patch) | |
tree | 0b0ca4fcbe9262b58b7a9652a011d819d0a91bbe /icon-themes | |
parent | 4f743082c10c735db0e92fbe2921e95c5bd02c4a (diff) |
fdo#71748 Fix color pickers
This commit includes the following changes:
1) Remove boxes from PNG files, and draw them ourselves.
This will ensure that the color rec will always fit the box.
Also it will make all color pickers look the same, and greatly
simplify the code. (a part of the code was not reachable anyway.)
2) Fix color preview for toolbar large icons. (a regression of
commit f59c47fc1e79050d3342924e6173b0f4b6ddaf02.)
3) Fix sidebar paragraph color picker initial drawing. reset should
be called *after* the icon assignment.
Change-Id: I13ae02bc3dd68dd14877ccc949784072c58bf211
Reviewed-on: https://gerrit.libreoffice.org/6882
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'icon-themes')
-rw-r--r-- | icon-themes/galaxy/svx/res/symphony/Line_color.png | bin | 3481 -> 3057 bytes |
-rw-r--r-- | icon-themes/galaxy/svx/res/symphony/fill_color.png | bin | 3517 -> 3240 bytes |
-rw-r--r-- | icon-themes/galaxy/svx/res/symphony/sc_backgroundcolor.png | bin | 3625 -> 3240 bytes |
-rw-r--r-- | icon-themes/galaxy/svx/res/symphony/sch_backgroundcolor.png | bin | 3410 -> 3042 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/icon-themes/galaxy/svx/res/symphony/Line_color.png b/icon-themes/galaxy/svx/res/symphony/Line_color.png Binary files differindex a9522b9eeedd..0e57320662ae 100644 --- a/icon-themes/galaxy/svx/res/symphony/Line_color.png +++ b/icon-themes/galaxy/svx/res/symphony/Line_color.png diff --git a/icon-themes/galaxy/svx/res/symphony/fill_color.png b/icon-themes/galaxy/svx/res/symphony/fill_color.png Binary files differindex 1d8837545728..7c44c6e08e1c 100644 --- a/icon-themes/galaxy/svx/res/symphony/fill_color.png +++ b/icon-themes/galaxy/svx/res/symphony/fill_color.png diff --git a/icon-themes/galaxy/svx/res/symphony/sc_backgroundcolor.png b/icon-themes/galaxy/svx/res/symphony/sc_backgroundcolor.png Binary files differindex 7f926b66bd71..7c44c6e08e1c 100644 --- a/icon-themes/galaxy/svx/res/symphony/sc_backgroundcolor.png +++ b/icon-themes/galaxy/svx/res/symphony/sc_backgroundcolor.png diff --git a/icon-themes/galaxy/svx/res/symphony/sch_backgroundcolor.png b/icon-themes/galaxy/svx/res/symphony/sch_backgroundcolor.png Binary files differindex a2e234fc3311..20e5081aeae8 100644 --- a/icon-themes/galaxy/svx/res/symphony/sch_backgroundcolor.png +++ b/icon-themes/galaxy/svx/res/symphony/sch_backgroundcolor.png |