Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-05-07 01:44:30 +0300
committerwurstsalat <mailtrash@posteo.de>2023-05-07 01:44:34 +0300
commit3c2c05f81d3ae586f146a21e37b657976ae86d1f (patch)
tree145643f3027d95b736aeafcbe2c6a69559847945 /gajim/data
parent3a3ea83a9446c7c8edf3b0cf20dd0321b9777f0e (diff)
fix: XMLConsole: Select first account by default
Fixes #11498
Diffstat (limited to 'gajim/data')
-rw-r--r--gajim/data/gui/xml_console.ui82
1 files changed, 53 insertions, 29 deletions
diff --git a/gajim/data/gui/xml_console.ui b/gajim/data/gui/xml_console.ui
index 2c0a17336..dea747f67 100644
--- a/gajim/data/gui/xml_console.ui
+++ b/gajim/data/gui/xml_console.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface>
- <requires lib="gtk+" version="3.22"/>
+ <requires lib="gtk+" version="3.24"/>
<requires lib="gtksourceview" version="4.0"/>
<object class="GtkHeaderBar" id="headerbar">
<property name="visible">True</property>
@@ -251,10 +251,42 @@
</packing>
</child>
<child>
- <object class="GtkActionBar" id="actionbar">
- <property name="name">actionbar</property>
+ <object class="GtkBox" id="actionbox">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkButton" id="send">
+ <property name="label" translatable="yes">_Send</property>
+ <property name="can-focus">True</property>
+ <property name="receives-default">True</property>
+ <property name="no-show-all">True</property>
+ <property name="use-underline">True</property>
+ <signal name="clicked" handler="_on_send" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack-type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="account_label">
+ <property name="can-focus">False</property>
+ <property name="no-show-all">True</property>
+ <property name="label" translatable="yes">Account</property>
+ <style>
+ <class name="dim-label"/>
+ </style>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack-type">end</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
<child>
<object class="GtkButton">
<property name="visible">True</property>
@@ -271,7 +303,9 @@
</child>
</object>
<packing>
- <property name="position">0</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
</packing>
</child>
<child>
@@ -290,7 +324,9 @@
</child>
</object>
<packing>
- <property name="position">2</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">3</property>
</packing>
</child>
<child>
@@ -308,7 +344,9 @@
</child>
</object>
<packing>
- <property name="position">3</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">4</property>
</packing>
</child>
<child>
@@ -327,7 +365,9 @@
</child>
</object>
<packing>
- <property name="position">3</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">5</property>
</packing>
</child>
<child>
@@ -342,34 +382,18 @@
</child>
</object>
<packing>
- <property name="position">5</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <object class="GtkButton" id="send">
- <property name="label" translatable="yes">_Send</property>
- <property name="can-focus">True</property>
- <property name="receives-default">True</property>
- <property name="no-show-all">True</property>
- <property name="use-underline">True</property>
- <signal name="clicked" handler="_on_send" swapped="no"/>
- </object>
- <packing>
- <property name="pack-type">end</property>
- <property name="position">0</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">6</property>
</packing>
</child>
+ <style>
+ <class name="padding-6"/>
+ </style>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="pack-type">end</property>
<property name="position">1</property>
</packing>
</child>