From 848b52b287ec18cfe3384f05379a42b73e97aeda Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Sun, 29 Jan 2012 16:00:12 +0100 Subject: [PATCH] removed setFixedSize in oracle --- oracle/sets.xml | 395 ------------------------------------- oracle/src/window_main.cpp | 6 +- 2 files changed, 3 insertions(+), 398 deletions(-) delete mode 100644 oracle/sets.xml diff --git a/oracle/sets.xml b/oracle/sets.xml deleted file mode 100644 index 81e272e1..00000000 --- a/oracle/sets.xml +++ /dev/null @@ -1,395 +0,0 @@ - - - http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=!cardid!&type=card - - - http://gatherer.wizards.com/Pages/Search/Default.aspx?output=spoiler&method=text&set=["!longname!"]&special=true - - ARB - Alara Reborn - - - AL - Alliances - - - AQ - Antiquities - - - AP - Apocalypse - - - AN - Arabian Nights - - - AE - Archenemy - - - BOK - Betrayers of Kamigawa - - - CHK - Champions of Kamigawa - - - CH - Chronicles - - - 6E - Classic Sixth Edition - - - CS - Coldsnap - - - CFX - Conflux - - - DS - Darksteel - - - DIS - Dissension - - - DDH - Duel Decks: Ajani vs. Nicol Bolas - - - DDC - Duel Decks: Divine vs. Demonic - - - DDF - Duel Decks: Elspeth vs. Tezzeret - - - EVG - Duel Decks: Elves vs. Goblins - - - DDD - Duel Decks: Garruk vs. Liliana - - - DD2 - Duel Decks: Jace vs. Chandra - - - DDG - Duel Decks: Knights vs. Dragons - - - DDE - Duel Decks: Phyrexia vs. the Coalition - - - 8E - Eighth Edition - - - EVE - Eventide - - - EX - Exodus - - - FE - Fallen Empires - - - FD - Fifth Dawn - - - 5E - Fifth Edition - - - 4E - Fourth Edition - - - DRB - From the Vault: Dragons - - - FVE - From the Vault: Exiled - - - V10 - From the Vault: Relics - - - FUT - Future Sight - - - GP - Guildpact - - - HL - Homelands - - - IA - Ice Age - - - ISD - Innistrad - - - IN - Invasion - - - JU - Judgment - - - LG - Legends - - - LE - Legions - - - A - Limited Edition Alpha - - - B - Limited Edition Beta - - - LRW - Lorwyn - - - M10 - Magic 2010 - - - M11 - Magic 2011 - - - M12 - Magic 2012 - - - COM - Magic: The Gathering-Commander - - - MM - Mercadian Masques - - - MI - Mirage - - - MR - Mirrodin - - - MBS - Mirrodin Besieged - - - MOR - Morningtide - - - NE - Nemesis - - - NPH - New Phyrexia - - - 9E - Ninth Edition - - - OD - Odyssey - - - ON - Onslaught - - - PLC - Planar Chaos - - - PCH - Planechase - - - PS - Planeshift - - - PT - Portal - - - P2 - Portal Second Age - - - P3 - Portal Three Kingdoms - - - PD2 - Premium Deck Series: Fire and Lightning - - - H09 - Premium Deck Series: Slivers - - - PR - Promo set for Gatherer - - - PY - Prophecy - - - RAV - Ravnica: City of Guilds - - - R - Revised Edition - - - ROE - Rise of the Eldrazi - - - SOK - Saviors of Kamigawa - - - SOM - Scars of Mirrodin - - - SC - Scourge - - - 7E - Seventh Edition - - - SHM - Shadowmoor - - - ALA - Shards of Alara - - - ST - Starter 1999 - - - ST2K - Starter 2000 - - - SH - Stronghold - - - TE - Tempest - - - 10E - Tenth Edition - - - DK - The Dark - - - TSP - Time Spiral - - - TSB - Time Spiral "Timeshifted" - - - TO - Torment - - - UG - Unglued - - - UNH - Unhinged - - - U - Unlimited Edition - - - UD - Urza's Destiny - - - UL - Urza's Legacy - - - US - Urza's Saga - - - VG - Vanguard - - - VI - Visions - - - WL - Weatherlight - - - WWK - Worldwake - - - ZEN - Zendikar - - diff --git a/oracle/src/window_main.cpp b/oracle/src/window_main.cpp index f41545e2..9f2923f0 100644 --- a/oracle/src/window_main.cpp +++ b/oracle/src/window_main.cpp @@ -73,9 +73,9 @@ WindowMain::WindowMain(QWidget *parent) grid->addWidget(messageLog, 3, 0, 1, 2); QHBoxLayout *mainLayout = new QHBoxLayout; - mainLayout->addLayout(settingsLayout); + mainLayout->addLayout(settingsLayout, 6); mainLayout->addSpacing(10); - mainLayout->addLayout(grid); + mainLayout->addLayout(grid, 10); QWidget *centralWidget = new QWidget; centralWidget->setLayout(mainLayout); @@ -98,7 +98,7 @@ WindowMain::WindowMain(QWidget *parent) fileMenu->addAction(aExit); setWindowTitle(tr("Oracle importer")); - setFixedSize(600, 500); + setMinimumSize(750, 500); QStringList args = qApp->arguments(); if (args.contains("-dlsets"))