summaryrefslogtreecommitdiff
path: root/svtools/uiconfig
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-06-04 14:59:20 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:52:45 +0200
commitc9934f5b46922bd10406ec7e7687c87ed7153680 (patch)
tree5542e145941dbb1e8141cf0914cab097bf4f834b /svtools/uiconfig
parent168f21e42620be24daa07cad3ee2c5535c0c527f (diff)
new dialog type flags, resizable fileView
Change-Id: I1052b5edef3fa35678bcf2a6a4ac58090fd9e507
Diffstat (limited to 'svtools/uiconfig')
-rw-r--r--svtools/uiconfig/ui/remotefilesdialog.ui12
1 files changed, 8 insertions, 4 deletions
diff --git a/svtools/uiconfig/ui/remotefilesdialog.ui b/svtools/uiconfig/ui/remotefilesdialog.ui
index 0c5936904a56..62ce906c0693 100644
--- a/svtools/uiconfig/ui/remotefilesdialog.ui
+++ b/svtools/uiconfig/ui/remotefilesdialog.ui
@@ -2,7 +2,6 @@
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.12"/>
- <requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="RemoteFilesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -135,11 +134,16 @@
</packing>
</child>
<child>
- <object class="svtlo-SvtFileView" id="files">
+ <object class="GtkBox" id="container">
+ <property name="width_request">500</property>
+ <property name="height_request">200</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <child internal-child="selection">
- <object class="GtkTreeSelection" id="File View-selection1"/>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <placeholder/>
</child>
</object>
<packing>