mirror of
https://github.com/KDE/konsole.git
synced 2026-05-06 13:43:15 -04:00
rim set to 0.
svn path=/trunk/kdebase/konsole/; revision=39261
This commit is contained in:
@@ -4,6 +4,8 @@ CONTRIBUTORS. See ChangeLog also
|
||||
- schema files seeked also in ~/.kde/share/apps/konsole
|
||||
- vim.schema
|
||||
- improved/fixed selections
|
||||
- Lotzi Boloni <boloni@cs.purdue.edu>
|
||||
- Fast switch between sessions with the same schema.
|
||||
- Matthias Ettrich <ettrich@kde.org>
|
||||
- most of main.C donated via kvt.
|
||||
- rework of the session management
|
||||
@@ -30,5 +32,3 @@ CONTRIBUTORS. See ChangeLog also
|
||||
- decent marking
|
||||
- Kevin Street <street@iname.com>
|
||||
- FreeBSD port
|
||||
- Lotzi Boloni <boloni@cs.purdue.edu>
|
||||
- Fast switch between sessions with the same schema.
|
||||
|
||||
@@ -66,8 +66,9 @@
|
||||
|
||||
#define loc(X,Y) ((Y)*columns+(X))
|
||||
|
||||
#define rimX 1 // left/right rim width
|
||||
#define rimY 1 // top/bottom rim high
|
||||
//FIXME: the rim should normally be 1, 0 only when running in full screen mode.
|
||||
#define rimX 0 // left/right rim width
|
||||
#define rimY 0 // top/bottom rim high
|
||||
|
||||
#define SCRWIDTH 16 // width of the scrollbar
|
||||
|
||||
@@ -943,7 +944,8 @@ void TEWidget::clearImage()
|
||||
// Create Image ///////////////////////////////////////////////////////
|
||||
|
||||
void TEWidget::calcGeometry()
|
||||
{
|
||||
{
|
||||
//FIXME: set rimX == rimY == 0 when running in full screen mode.
|
||||
|
||||
scrollbar->resize(QApplication::style().scrollBarExtent().width(),
|
||||
contentsRect().height());
|
||||
|
||||
Reference in New Issue
Block a user