8 changed files with 32 additions and 31 deletions
@ -1,13 +1,13 @@
|
||||
mod auth; |
||||
mod join_room; |
||||
mod message_dialogs; |
||||
mod room_preview; |
||||
mod toastable; |
||||
mod user_profile; |
||||
|
||||
pub(crate) use self::{ |
||||
auth::{AuthDialog, AuthError}, |
||||
join_room::JoinRoomDialog, |
||||
message_dialogs::*, |
||||
room_preview::RoomPreviewDialog, |
||||
toastable::{ToastableDialog, ToastableDialogExt, ToastableDialogImpl}, |
||||
user_profile::UserProfileDialog, |
||||
}; |
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<interface> |
||||
<template class="JoinRoomDialog" parent="ToastableDialog"> |
||||
<template class="RoomPreviewDialog" parent="ToastableDialog"> |
||||
<property name="title" translatable="yes">Join a Room</property> |
||||
<property name="content-width">480</property> |
||||
<property name="content-height">500</property> |
||||
Loading…
Reference in new issue