Skip to content

Commit

Permalink
one less box line
Browse files Browse the repository at this point in the history
  • Loading branch information
alvelvis committed Jun 23, 2021
1 parent 11da72e commit 8fe6428
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conllu-merge-resolver.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
}

.colbutton {
padding: 2px 2px;
padding: 0px 4px;
margin: 1px 1px;
}
9 changes: 8 additions & 1 deletion conllu-merge-resolver.glade
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes">CoSMO - CoNLL-U Simple Merge Observer</property>
<property name="default_width">800</property>
<property name="default_height">700</property>
<property name="default_height">650</property>
<child type="titlebar">
<placeholder/>
</child>
Expand Down Expand Up @@ -245,6 +245,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Copy all attributes from right columns (Alt+R)</property>
<property name="relief">none</property>
<property name="use_underline">True</property>
<style>
Expand All @@ -263,6 +264,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Save the solution to this conflict</property>
<property name="use_underline">True</property>
<style>
<class name="colbutton"/>
Expand All @@ -279,6 +281,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Find next conflict unsolved (Alt+U)</property>
<property name="relief">none</property>
<property name="use_underline">True</property>
<style>
Expand Down Expand Up @@ -347,7 +350,9 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Go to previous conflict (Alft+Left)</property>
<property name="relief">none</property>
<accelerator key="Left" signal="clicked" modifiers="GDK_MOD1_MASK"/>
<style>
<class name="colbutton"/>
</style>
Expand All @@ -363,7 +368,9 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Go to next conflict (Alt+Right)</property>
<property name="relief">none</property>
<accelerator key="Right" signal="clicked" modifiers="GDK_MOD1_MASK"/>
<style>
<class name="colbutton"/>
</style>
Expand Down

0 comments on commit 8fe6428

Please sign in to comment.