fractal/fractal-gtk/res/resources.xml
Julian Sparber ffa63f8c53 roomhistory: create custom widget for scroll view
This moves the ScrolledWindow to a custom widget, to clean up code
inside AppOP and decrease its size.
2018-11-10 17:23:24 +01:00

35 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/Fractal/">
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file>
<file preprocess="xml-stripblanks" alias="org.gnome.Fractal.svg">icons/hicolor/scalable/apps/org.gnome.Fractal.svg</file>
<file preprocess="xml-stripblanks">icons/chat-icon.svg</file>
<file>app.css</file>
<file preprocess="xml-stripblanks">ui/audio_player.ui</file>
<file preprocess="xml-stripblanks">ui/add_room_menu.ui</file>
<file preprocess="xml-stripblanks">ui/autocomplete.ui</file>
<file preprocess="xml-stripblanks">ui/direct_chat.ui</file>
<file preprocess="xml-stripblanks">ui/filechooser.ui</file>
<file preprocess="xml-stripblanks">ui/invite.ui</file>
<file preprocess="xml-stripblanks">ui/invite_user.ui</file>
<file preprocess="xml-stripblanks">ui/join_room.ui</file>
<file preprocess="xml-stripblanks">ui/leave_room.ui</file>
<file preprocess="xml-stripblanks">ui/main_window.ui</file>
<file preprocess="xml-stripblanks">ui/scroll_widget.ui</file>
<file preprocess="xml-stripblanks">ui/members.ui</file>
<file preprocess="xml-stripblanks">ui/message_menu.ui</file>
<file preprocess="xml-stripblanks">ui/new_room.ui</file>
<file preprocess="xml-stripblanks">ui/room_menu.ui</file>
<file preprocess="xml-stripblanks">ui/main_menu.ui</file>
<file preprocess="xml-stripblanks">ui/account_settings.ui</file>
<file preprocess="xml-stripblanks">ui/room_settings.ui</file>
<file preprocess="xml-stripblanks">ui/password_dialog.ui</file>
<file preprocess="xml-stripblanks">ui/markdown_popover.ui</file>
<file preprocess="xml-stripblanks">ui/media_viewer.ui</file>
<file preprocess="xml-stripblanks">ui/media_viewer_menu.ui</file>
<file preprocess="xml-stripblanks">ui/server_chooser_menu.ui</file>
<file preprocess="xml-stripblanks">ui/msg_src_window.ui</file>
<file preprocess="xml-stripblanks">ui/stickers_popover.ui</file>
<file preprocess="xml-stripblanks">ui/sticker_group.ui</file>
</gresource>
</gresources>