tdf#86472 Fix breeze borders and set breeze_dark fallback
Change-Id: Id7c536fee42e9f8c69dd058aa683baf5be58def6 Reviewed-on: https://gerrit.libreoffice.org/29620 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 110 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 108 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 110 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 94 B After Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 101 B After Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 94 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 104 B After Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 100 B After Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 101 B After Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 190 B |
@@ -182,6 +182,8 @@ OUString ImplImageTree::fallbackStyle(const OUString &style)
|
||||
return OUString("galaxy");
|
||||
else if (style == "sifr")
|
||||
return OUString("breeze");
|
||||
else if (style == "breeze_dark")
|
||||
return OUString("breeze");
|
||||
|
||||
return OUString("tango");
|
||||
}
|
||||
|