don't rotate text in iconbar, until we can set it vertical
This commit is contained in:
parent
f758ee4bbd
commit
bf6662921e
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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 "IconBar.hh"
|
||||||
#include "i18n.hh"
|
#include "i18n.hh"
|
||||||
|
@ -300,7 +300,8 @@ void IconBar::draw(const IconBarObj * const obj, int width) const {
|
||||||
m_screen->getScreenNumber(),
|
m_screen->getScreenNumber(),
|
||||||
m_screen->getWindowStyle()->tab.l_text_focus_gc,
|
m_screen->getWindowStyle()->tab.l_text_focus_gc,
|
||||||
fluxboxwin->getIconTitle().c_str(), dlen,
|
fluxboxwin->getIconTitle().c_str(), dlen,
|
||||||
dx, 1+ m_screen->getWindowStyle()->tab.font.ascent());
|
dx, 1+ m_screen->getWindowStyle()->tab.font.ascent(),
|
||||||
|
false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue