mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-11 01:58:44 +03:00
parent
420b3d09f0
commit
71d339516e
@ -856,7 +856,7 @@ inline void DockView::syncGeometry()
|
||||
//! before updating the positioning and geometry of the dock
|
||||
//! we make sure that the dock is at the correct screen
|
||||
if (this->screen() != m_screenToFollow) {
|
||||
qDebug() << "Sync Geometry screens incosistent!!!!";
|
||||
qDebug() << "Sync Geometry screens inconsistent!!!!";
|
||||
m_screenSyncTimer.start();
|
||||
} else {
|
||||
found = true;
|
||||
|
@ -500,7 +500,7 @@ void SettingsDialog::on_exportButton_clicked()
|
||||
|
||||
QStringList filters;
|
||||
QString filter1(i18nc("export layout", "Latte Dock Layout file v0.2") + "(*.layout.latte)");
|
||||
QString filter2(i18nc("export full configuraion", "Latte Dock Full Configuration file v0.2") + "(*.latterc)");
|
||||
QString filter2(i18nc("export full configuration", "Latte Dock Full Configuration file v0.2") + "(*.latterc)");
|
||||
|
||||
filters << filter1
|
||||
<< filter2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user