Philipp Hörist pushed to branch master at gajim / gajim
Commits:
2a70bad4 by Philipp Hörist at 2024-09-30T20:25:16+02:00
imprv: DebugConsole: Show "Log" when opening the dialog
- - - - -
1 changed file:
- gajim/data/gui/debug_console.ui
Changes:
=====================================
gajim/data/gui/debug_console.ui
=====================================
@@ -21,6 +21,30 @@
<object class="GtkStack" id="stack">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <child>
+ <object class="GtkScrolledWindow">
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="shadow-type">in</property>
+ <child>
+ <object class="GtkSourceView" id="log_view">
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="editable">False</property>
+ <property name="left-margin">6</property>
+ <property name="right-margin">6</property>
+ <property name="top-margin">6</property>
+ <property name="bottom-margin">6</property>
+ <property name="monospace">True</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="name">log</property>
+ <property name="title" translatable="yes">Log</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
@@ -379,29 +403,6 @@
<packing>
<property name="name">protocol</property>
<property name="title" translatable="yes">Protocol</property>
- </packing>
- </child>
- <child>
- <object class="GtkScrolledWindow">
- <property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="shadow-type">in</property>
- <child>
- <object class="GtkSourceView" id="log_view">
- <property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="editable">False</property>
- <property name="left-margin">6</property>
- <property name="right-margin">6</property>
- <property name="top-margin">6</property>
- <property name="bottom-margin">6</property>
- <property name="monospace">True</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="name">log</property>
- <property name="title" translatable="yes">Log</property>
<property name="position">1</property>
</packing>
</child>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2a70bad41ea9c06bc905fc1cb2681e1f37af8ee5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2a70bad41ea9c06bc905fc1cb2681e1f37af8ee5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]