Skip to content

Commit 83a750f

Browse files
committed
layout: add "Select layout to add..." as first combo entry
1 parent 0d9c4c4 commit 83a750f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/maindialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ void MainDialog::activate()
136136
/* # LANGUAGE */
137137

138138
/* Keyboard Layout */
139+
ui->layoutCombo->addItem(tr("Select layout to add..."));
139140
for (auto layout : evdev_lst_layouts) {
140141
ui->layoutCombo->addItem(QString(layout.description));
141142
}

0 commit comments

Comments
 (0)