Daniel Brötzmann pushed to branch newcontrol at gajim / gajim
Commits:
d174f13e by wurstsalat at 2022-07-23T22:20:29+02:00
Main Window: Unify height of topmost widgets
- - - - -
3 changed files:
- gajim/data/gui/chat_paned.ui
- gajim/data/gui/main.ui
- gajim/data/style/gajim.css
Changes:
=====================================
gajim/data/gui/chat_paned.ui
=====================================
@@ -22,6 +22,7 @@
<property name="row-spacing">3</property>
<child>
<object class="GtkBox">
+ <property name="height-request">39</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="spacing">12</property>
@@ -31,6 +32,7 @@
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Edit
workspace…</property>
+ <property name="valign">center</property>
<signal name="clicked"
handler="_on_edit_workspace_clicked" swapped="no"/>
<child>
<object class="GtkImage">
@@ -69,6 +71,7 @@
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Filter
Chats…</property>
+ <property name="valign">center</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
=====================================
gajim/data/gui/main.ui
=====================================
@@ -72,7 +72,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">12</property>
+ <property name="spacing">5</property>
<child>
<placeholder/>
</child>
=====================================
gajim/data/style/gajim.css
=====================================
@@ -186,10 +186,10 @@ .app-sidebar-image {
padding: 4px;
}
.app-page-box {
- margin-top: 6px;
+ margin-top: 3px;
}
.app-page-box > separator {
- background-color: darker(@theme_bg_color);
+ background-color: @unfocused_borders;
margin-left: 12px;
margin-right: 12px;
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d174f13ee6138de1b9f9eaaa8475ad47cdf03b28
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d174f13ee6138de1b9f9eaaa8475ad47cdf03b28
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits