Revert "Make our options dialog a bit more uniform"

This reverts commit 561f87fcb9.
This commit is contained in:
Leandro Melo
2011-02-28 12:59:59 +01:00
parent f4c25ad537
commit a5977bc822
24 changed files with 360 additions and 558 deletions

View File

@@ -217,9 +217,8 @@ const char * const G_WINDOW_OTHER = "QtCreator.Group.Window.Other";
const char * const G_HELP_HELP = "QtCreator.Group.Help.Help";
const char * const G_HELP_ABOUT = "QtCreator.Group.Help.About";
const char * const ICON_MINUS = ":/core/images/minus-16.png";
const char * const ICON_PLUS = ":/core/images/plus-16.png";
const char * const ICON_EDIT = ":/core/images/edit.png";
const char * const ICON_MINUS = ":/core/images/minus.png";
const char * const ICON_PLUS = ":/core/images/plus.png";
const char * const ICON_NEWFILE = ":/core/images/filenew.png";
const char * const ICON_OPENFILE = ":/core/images/fileopen.png";
const char * const ICON_SAVEFILE = ":/core/images/filesave.png";