Kaydet (Commit) 7d993c46 authored tarafından Caolán McNamara's avatar Caolán McNamara

make previewer default to resizeable

Change-Id: I54d3773c8a11b6b1a2515127233e824380a4de15
üst ecc58cf3
......@@ -66,7 +66,7 @@ int UIPreviewApp::Main()
try
{
Dialog *pDialog = new Dialog(DIALOG_NO_PARENT, WB_STDDIALOG);
Dialog *pDialog = new Dialog(DIALOG_NO_PARENT, WB_STDDIALOG | WB_SIZEABLE);
{
VclBuilder aBuilder(pDialog, OUString(), uifiles[0]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment