Browse Source

- Resized flags in localization settings

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
201dddd30a
  1. 1
      Changelog
  2. BIN
      src/Icons/flags/bulgaria.png
  3. BIN
      src/Icons/flags/china.png
  4. BIN
      src/Icons/flags/china_hong_kong.png
  5. BIN
      src/Icons/flags/france.png
  6. BIN
      src/Icons/flags/germany.png
  7. BIN
      src/Icons/flags/greece.png
  8. BIN
      src/Icons/flags/italy.png
  9. BIN
      src/Icons/flags/netherlands.png
  10. BIN
      src/Icons/flags/norway.png
  11. BIN
      src/Icons/flags/poland.png
  12. BIN
      src/Icons/flags/portugal.png
  13. BIN
      src/Icons/flags/romania.png
  14. BIN
      src/Icons/flags/russia.png
  15. BIN
      src/Icons/flags/slovakia.png
  16. BIN
      src/Icons/flags/south_korea.png
  17. BIN
      src/Icons/flags/spain.png
  18. BIN
      src/Icons/flags/spain_catalunya.png
  19. BIN
      src/Icons/flags/sweden.png
  20. BIN
      src/Icons/flags/turkey.png
  21. BIN
      src/Icons/flags/ukraine.png
  22. BIN
      src/Icons/flags/united_kingdom.png
  23. 2
      src/about_imp.h

1
Changelog

@ -27,6 +27,7 @@ @@ -27,6 +27,7 @@
- COSMETIC: Added a message to warn user that we started download from an url
- COSMETIC: Renamed main tab from "Downloads" to "Transfers"
- COSMETIC: Improved icons
- COSMETIC: Resized flags in localization settings
* Fri Aug 24 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.6.1
- BUGFIX: Fixed possible segfaults when using context menus

BIN
src/Icons/flags/bulgaria.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 200 B

BIN
src/Icons/flags/china.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 329 B

BIN
src/Icons/flags/china_hong_kong.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 558 B

BIN
src/Icons/flags/france.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 160 B

BIN
src/Icons/flags/germany.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 195 B

BIN
src/Icons/flags/greece.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 465 B

BIN
src/Icons/flags/italy.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 171 B

BIN
src/Icons/flags/netherlands.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 195 B

BIN
src/Icons/flags/norway.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 B

After

Width:  |  Height:  |  Size: 464 B

BIN
src/Icons/flags/poland.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 212 B

BIN
src/Icons/flags/portugal.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 B

After

Width:  |  Height:  |  Size: 566 B

BIN
src/Icons/flags/romania.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 160 B

BIN
src/Icons/flags/russia.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 197 B

BIN
src/Icons/flags/slovakia.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 525 B

BIN
src/Icons/flags/south_korea.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/Icons/flags/spain.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 416 B

BIN
src/Icons/flags/spain_catalunya.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 B

After

Width:  |  Height:  |  Size: 236 B

BIN
src/Icons/flags/sweden.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 332 B

BIN
src/Icons/flags/turkey.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 405 B

After

Width:  |  Height:  |  Size: 516 B

BIN
src/Icons/flags/ukraine.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 B

After

Width:  |  Height:  |  Size: 198 B

BIN
src/Icons/flags/united_kingdom.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

2
src/about_imp.h

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
#define ABOUT_H
#include "ui_about.h"
#define VERSION "v0.7.0rc2"
#define VERSION "v0.7.0rc3"
class about : public QDialog, private Ui::AboutDlg{
Q_OBJECT

Loading…
Cancel
Save