機能 #602 » 0001-TL.patch
| core/mui/cairo_coordinate_module.rb | ||
|---|---|---|
| 
       # 寸法の初期化 
   | 
||
| 
       def coordinator(width) 
   | 
||
| 
         @width, @color, @icon_width, @icon_height, @icon_margin = [width, 1].max, DEPTH, 48, 48, 2 
   | 
||
| 
         @width, @color, @icon_width, @icon_height, @icon_margin = [width, 1].max, DEPTH, UserConfig[:tl_icon_size], UserConfig[:tl_icon_size], 2 
   | 
||
| 
       end 
   | 
||
| 
       # 座標系を構造体にまとめて返す 
   | 
||
| core/plugin/set_view/set_view.rb | ||
|---|---|---|
| 
           color _('選択中'), :mumble_selected_bg 
   | 
||
| 
         end 
   | 
||
| 
         adjustment _('タイムラインのアイコンサイズ'), :tl_icon_size, 1, 100 
   | 
||
| 
         settings(_('Mentions')) do 
   | 
||
| 
           boolean(_('リプライを返したつぶやきにはアイコンを表示'), :show_replied_icon). 
   | 
||
| 
             tooltip(_("リプライを返したつぶやきのアイコン上に、リプライボタンを隠さずにずっと表示しておきます。")) 
   | 
||
| core/userconfig.rb | ||
|---|---|---|
| 
         :mumble_self_bg => [65535, 65535, 255*222], 
   | 
||
| 
         :mumble_selected_bg => [255*222, 255*222, 65535], 
   | 
||
| 
         :tl_icon_size => 48, 
   | 
||
| 
         # 右クリックメニューの並び順 
   | 
||
| 
         :mumble_contextmenu_order => ['copy_selected_region', 
   | 
||
| 
                                       'copy_description', 
   | 
||