forked from AuroraMiddleware/gtk
afbff574f5
The FileChooser ToolKit (fctk) had its own machinery to handle default sizes which was completely busted and trying to marshal random numbers through the widget hierarchy that maybe made sense in 2012 but don't do now. Get rid of it, just keep the dialog's GSetting - which funnily enough used to be written by the dialog but written by the widget. But that's fctk for you.
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="gtk40">
|
|
<template class="GtkFileChooserDialog" parent="GtkDialog">
|
|
<property name="type-hint">dialog</property>
|
|
<property name="default-width">600</property>
|
|
<signal name="response" handler="response_cb" swapped="no"/>
|
|
<child internal-child="content_area">
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child internal-child="action_area">
|
|
<object class="GtkBox" id="dialog-action_area1">
|
|
<property name="margin">6</property>
|
|
<property name="hexpand">1</property>
|
|
<property name="halign">end</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkFileChooserWidget" id="widget">
|
|
<property name="expand">1</property>
|
|
<signal name="file-activated" handler="file_chooser_widget_file_activated" swapped="no"/>
|
|
<signal name="response-requested" handler="file_chooser_widget_response_requested" swapped="no"/>
|
|
<signal name="selection-changed" handler="file_chooser_widget_selection_changed" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
<object class="GtkSizeGroup" id="buttons">
|
|
<property name="mode">vertical</property>
|
|
</object>
|
|
</interface>
|