mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
Increase dialog width for filter value suggestions to improve usability
This commit is contained in:
@@ -154,7 +154,7 @@ class FilterValueSuggestions(Operator):
|
||||
for suggestion in natsorted(string_suggestions):
|
||||
self.collection_values.add().name = suggestion
|
||||
|
||||
return context.window_manager.invoke_props_dialog(self, width=300)
|
||||
return context.window_manager.invoke_props_dialog(self, width=800)
|
||||
|
||||
def draw(self, context):
|
||||
layout = self.layout
|
||||
|
||||
Reference in New Issue
Block a user