diff --git a/gajim/data/gui/message_window.ui b/gajim/data/gui/message_window.ui index 79efdaac4..13e23ffe7 100644 --- a/gajim/data/gui/message_window.ui +++ b/gajim/data/gui/message_window.ui @@ -1,5 +1,5 @@ - + @@ -30,8 +30,11 @@ False True end - 9 + True 0 + False diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css index 696442aa4..4691310fd 100644 --- a/gajim/data/style/gajim.css +++ b/gajim/data/style/gajim.css @@ -99,3 +99,6 @@ popover#EmoticonPopover flowboxchild { padding-top: 5px; padding-bottom: 5px; } .status-away { color: #ff8533;} .status-dnd { color: #e62e00;} .status-online { color: #66bf10;} + +/*MessageWindow Notebook*/ +.notebook-tab-label {min-width: 80px}