Kaydet (Commit) b9eaa646 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Tiled rendering: Finishing touch to the tiledrendering.ui.

Change-Id: I1fb7c2cfdf8ffd69f8a2b4e1aba195939424606b
üst b3ed2a26
......@@ -7,9 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UIConfig_UIConfig,modules/swriter))
$(eval $(call gb_UIConfig_UIConfig,qa/sw))
$(eval $(call gb_UIConfig_add_uifiles,modules/swriter,\
$(eval $(call gb_UIConfig_add_uifiles,qa/sw,\
sw/qa/tiledrendering/tiledrendering \
))
......
......@@ -66,7 +66,7 @@ int UIPreviewApp::Main()
try
{
Dialog *pDialog = new ModalDialog(DIALOG_NO_PARENT, "TiledRendering", "sw/qa/tiledrendering/tiledrendering.ui");
Dialog *pDialog = new ModalDialog(DIALOG_NO_PARENT, "TiledRendering", "qa/sw/ui/tiledrendering.ui");
pDialog->Execute();
/*
......
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<object class="GtkWindow" id="TiledRendering">
<property name="can_focus">False</property>
<child>
<object class="GtkBox" id="box1">
......
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