summaryrefslogtreecommitdiff
path: root/src/dialog.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-12-11 14:28:23 +0100
committerjcid <devnull@localhost>2007-12-11 14:28:23 +0100
commitbd863ef10ed4431d5cb128ce6af959fc39b14eb0 (patch)
treeaf7d4045a98027c1a66605b813c5278300f5b1ea /src/dialog.cc
parent644adde4a848535bc55fc6a11f0b080e1d58d1c8 (diff)
Made the viewsource button not scalable
Diffstat (limited to 'src/dialog.cc')
-rw-r--r--src/dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.cc b/src/dialog.cc
index 5b8d3a13..d3dfc214 100644
--- a/src/dialog.cc
+++ b/src/dialog.cc
@@ -123,7 +123,7 @@ void a_Dialog_text_window(const char *txt, const char *title)
ReturnButton *b = new ReturnButton (0, wh-bh, ww, bh, "Close");
b->callback(window_close_cb, window);
- window->resizable(window);
+ window->resizable(td);
window->end();
window->show();
}