Skip to content

Commit

Permalink
Make the title of GraphBoxes unselectable
Browse files Browse the repository at this point in the history
  • Loading branch information
nokyan committed Jul 4, 2024
1 parent 90d7131 commit 8dcc1c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions data/resources/ui/widgets/double_graph_box.ui
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
</style>
<property name="hexpand">true</property>
<property name="halign">start</property>
<property name="selectable">true</property>
<property name="ellipsize">2</property>
</object>
</child>
Expand Down Expand Up @@ -76,7 +75,6 @@
</style>
<property name="hexpand">true</property>
<property name="halign">start</property>
<property name="selectable">true</property>
<property name="ellipsize">2</property>
</object>
</child>
Expand Down
1 change: 0 additions & 1 deletion data/resources/ui/widgets/graph_box.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
</style>
<property name="hexpand">true</property>
<property name="halign">start</property>
<property name="selectable">true</property>
<property name="ellipsize">2</property>
</object>
</child>
Expand Down

0 comments on commit 8dcc1c0

Please sign in to comment.