Преглед изворни кода

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'