Title: [87436] trunk/Tools
- Revision
- 87436
- Author
- [email protected]
- Date
- 2011-05-26 14:58:57 -0700 (Thu, 26 May 2011)
Log Message
2011-05-26 Ademar de Souza Reis Jr. <[email protected]>
Reviewed by Andreas Kling.
[Qt] QtTestBrowser "Switch User Agent" dialog is broken
https://bugs.webkit.org/show_bug.cgi?id=61527
The setMaximumHeight() call is unecessary and breaks the dialog at
least on my setup.
* QtTestBrowser/launcherwindow.cpp:
(LauncherWindow::showUserAgentDialog):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (87435 => 87436)
--- trunk/Tools/ChangeLog 2011-05-26 21:50:52 UTC (rev 87435)
+++ trunk/Tools/ChangeLog 2011-05-26 21:58:57 UTC (rev 87436)
@@ -1,3 +1,16 @@
+2011-05-26 Ademar de Souza Reis Jr. <[email protected]>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] QtTestBrowser "Switch User Agent" dialog is broken
+ https://bugs.webkit.org/show_bug.cgi?id=61527
+
+ The setMaximumHeight() call is unecessary and breaks the dialog at
+ least on my setup.
+
+ * QtTestBrowser/launcherwindow.cpp:
+ (LauncherWindow::showUserAgentDialog):
+
2011-05-02 Robert Hogan <[email protected]>
Reviewed by Adam Roben.
Modified: trunk/Tools/QtTestBrowser/launcherwindow.cpp (87435 => 87436)
--- trunk/Tools/QtTestBrowser/launcherwindow.cpp 2011-05-26 21:50:52 UTC (rev 87435)
+++ trunk/Tools/QtTestBrowser/launcherwindow.cpp 2011-05-26 21:58:57 UTC (rev 87436)
@@ -863,7 +863,6 @@
QDialog* dialog = new QDialog(this);
dialog->resize(size().width() * 0.7, dialog->size().height());
- dialog->setMaximumHeight(dialog->size().height());
dialog->setWindowTitle("Change User Agent");
QVBoxLayout* layout = new QVBoxLayout(dialog);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes