aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/accounts.ui
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-14 21:39:58 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-14 21:39:58 +0100
commit0fb7c2434bf60bf2650a11f0df866123dd064c10 (patch)
tree44d6603b06a6a4629927e4572a0914ffb3923100 /resources/ui/accounts.ui
parent1de05a83d54cb363199c2767e56267533cc11f0d (diff)
downloadmessenger-gtk-0fb7c2434bf60bf2650a11f0df866123dd064c10.tar.gz
messenger-gtk-0fb7c2434bf60bf2650a11f0df866123dd064c10.zip
Implemented account overview to open main window with selection
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'resources/ui/accounts.ui')
-rw-r--r--resources/ui/accounts.ui26
1 files changed, 25 insertions, 1 deletions
diff --git a/resources/ui/accounts.ui b/resources/ui/accounts.ui
index d4ffb4e..564ef26 100644
--- a/resources/ui/accounts.ui
+++ b/resources/ui/accounts.ui
@@ -1,9 +1,31 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.38.2 --> 2<!-- Generated with glade 3.38.2
3
4Copyright (C) 2022 GNUnet e.V.
5
6GNUnet is free software: you can redistribute it and/or modify it
7under the terms of the GNU Affero General Public License as published
8by the Free Software Foundation, either version 3 of the License,
9or (at your option) any later version.
10
11GNUnet is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14Affero General Public License for more details.
15
16You should have received a copy of the GNU Affero General Public License
17along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19SPDX-License-Identifier: AGPL3.0-or-later
20Author: Tobias Frisch
21
22-->
3<interface> 23<interface>
4 <requires lib="gtk+" version="3.24"/> 24 <requires lib="gtk+" version="3.24"/>
5 <object class="GtkDialog" id="accounts_dialog"> 25 <object class="GtkDialog" id="accounts_dialog">
6 <property name="can-focus">False</property> 26 <property name="can-focus">False</property>
27 <property name="modal">True</property>
28 <property name="window-position">center-on-parent</property>
7 <property name="type-hint">dialog</property> 29 <property name="type-hint">dialog</property>
8 <child internal-child="vbox"> 30 <child internal-child="vbox">
9 <object class="GtkBox"> 31 <object class="GtkBox">
@@ -36,6 +58,8 @@
36 </child> 58 </child>
37 <child> 59 <child>
38 <object class="GtkScrolledWindow"> 60 <object class="GtkScrolledWindow">
61 <property name="width-request">250</property>
62 <property name="height-request">150</property>
39 <property name="visible">True</property> 63 <property name="visible">True</property>
40 <property name="can-focus">True</property> 64 <property name="can-focus">True</property>
41 <property name="shadow-type">in</property> 65 <property name="shadow-type">in</property>