mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 16:05:45 -04:00
astyle fixes
use git diff -w --ignore-all-space to see non-space changes
This commit is contained in:
@@ -187,7 +187,7 @@ void SessionManager::applyProfile(Session* session, const Profile::Ptr profile ,
|
||||
}
|
||||
|
||||
if ( apply.shouldApply(Profile::TerminalColumns) ||
|
||||
apply.shouldApply(Profile::TerminalRows) ) {
|
||||
apply.shouldApply(Profile::TerminalRows) ) {
|
||||
const int columns = profile->property<int>(Profile::TerminalColumns);
|
||||
const int rows = profile->property<int>(Profile::TerminalRows);
|
||||
session->setPreferredSize(QSize(columns, rows));
|
||||
|
||||
Reference in New Issue
Block a user