all repos — fluxbox @ bf6662921e99eee4765ae98b4994837f91f11016

custom fork of the fluxbox windowmanager

don't rotate text in iconbar, until we can set it vertical
fluxgen fluxgen
commit

bf6662921e99eee4765ae98b4994837f91f11016

parent

f758ee4bbd4785c65c838a12507e3f6f5f63d210

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M src/IconBar.ccsrc/IconBar.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconBar.cc,v 1.21 2002/12/01 13:41:57 rathnor Exp $ +// $Id: IconBar.cc,v 1.22 2002/12/09 19:03:13 fluxgen Exp $ #include "IconBar.hh" #include "i18n.hh"

@@ -300,7 +300,8 @@ iconwin,

m_screen->getScreenNumber(), m_screen->getWindowStyle()->tab.l_text_focus_gc, fluxboxwin->getIconTitle().c_str(), dlen, - dx, 1+ m_screen->getWindowStyle()->tab.font.ascent()); + dx, 1+ m_screen->getWindowStyle()->tab.font.ascent(), + false); }