瀏覽代碼

make tags text field wider

Daniel Sheffield 2 年之前
父節點
當前提交
ff32591c13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/activities/TransactionEditor.py

+ 1 - 1
app/activities/TransactionEditor.py

@@ -518,7 +518,7 @@ class TransactionEditor(FocusWidget):
             Columns([
                 self.components['main_pane'],
                 self.components['side_pane'],
-                (12,LineBox(
+                (18,LineBox(
                     self.components['tags'],
                     title=f'Tags',
                     title_align='left'