Skip to content

Commit

Permalink
Add popup-completion=False for EntryCompletions
Browse files Browse the repository at this point in the history
  • Loading branch information
A6GibKm committed Apr 1, 2023
1 parent 782ee84 commit fe97038
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/busNameRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<property name="popup-set-width">False</property>
<property name="popup-single-match">False</property>
<property name="inline-selection">True</property>
<property name="popup-completion">False</property>
</object>
<template class="FlatsealBusNameRow" parent="GtkBox">
<property name="margin-bottom">12</property>
Expand Down
1 change: 1 addition & 0 deletions src/widgets/pathRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<property name="popup-set-width">False</property>
<property name="popup-single-match">False</property>
<property name="inline-selection">True</property>
<property name="popup-completion">False</property>
</object>
<template class="FlatsealPathRow" parent="GtkBox">
<property name="margin-bottom">12</property>
Expand Down
1 change: 1 addition & 0 deletions src/widgets/relativePathRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<property name="popup-set-width">False</property>
<property name="popup-single-match">False</property>
<property name="inline-selection">True</property>
<property name="popup-completion">False</property>
</object>
<template class="FlatsealRelativePathRow" parent="GtkBox">
<property name="margin-bottom">12</property>
Expand Down
1 change: 1 addition & 0 deletions src/widgets/variableRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<property name="popup-set-width">False</property>
<property name="popup-single-match">False</property>
<property name="inline-selection">True</property>
<property name="popup-completion">False</property>
</object>
<template class="FlatsealVariableRow" parent="GtkBox">
<property name="margin-bottom">12</property>
Expand Down

0 comments on commit fe97038

Please sign in to comment.