diff --git a/gajim/data/gui/chat_control.ui b/gajim/data/gui/chat_control.ui index d50f13956..d750c9ac8 100644 --- a/gajim/data/gui/chat_control.ui +++ b/gajim/data/gui/chat_control.ui @@ -572,6 +572,20 @@ 0 + + + True + False + + + + False + True + 1 + + 60 @@ -587,7 +601,7 @@ True True - 1 + 2 @@ -601,7 +615,7 @@ False True - 2 + 3 @@ -836,7 +850,7 @@ audio-mic-volume-low False False - 3 + 4 diff --git a/gajim/data/gui/groupchat_control.ui b/gajim/data/gui/groupchat_control.ui index adcd77b26..1023c2d91 100644 --- a/gajim/data/gui/groupchat_control.ui +++ b/gajim/data/gui/groupchat_control.ui @@ -165,6 +165,20 @@ 0 + + + True + False + + + + False + True + 1 + + 200 @@ -182,7 +196,7 @@ True True - 1 + 2 @@ -196,7 +210,7 @@ False True - 2 + 3 @@ -327,7 +341,7 @@ False False - 3 + 4 diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css index ce8663eff..9bd7884d0 100644 --- a/gajim/data/style/gajim.css +++ b/gajim/data/style/gajim.css @@ -23,7 +23,9 @@ .scrolledtextview { border:none; } -.chatcontrol-separator {margin-bottom: 6px;} +.chatcontrol-separator-top {margin-top: 5px;} + +.chatcontrol-separator {margin-bottom: 5px;} #SubjectPopover box { padding: 10px; }