Skip to content

Commit

Permalink
fixing small issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Mar 8, 2020
1 parent 9b4e2ca commit 9b53939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gaphor/diagram/propertypages.glade
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<property name="receives_default">False</property>
<property name="valign">start</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="show-attributes-changed" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -133,6 +134,7 @@ Use -/= to move items up or down.
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="orientation-changed" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
Expand Down
2 changes: 2 additions & 0 deletions gaphor/diagram/propertypages.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ class LineStylePage(PropertyPageBase):

order = 400

name = "Style"

def __init__(self, item):
super().__init__()
self.item = item
Expand Down

0 comments on commit 9b53939

Please sign in to comment.